Trying to allow user to skip backwards in AVQueuePlayer while preserving the original AVQueuePlayer collection. For instance, user hits back button twice and resumes listening from previous position. Referring to this Skip to Previous AVPlayerItem on AVQueuePlayer / Play selected Item from queue - appears to dump all items from queue and play only a specified item. Without having to re-initialize/populate queue every time, is there a way to skip back and have queue resume its flow to completion?
Thank you