mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Fix respecting restart playing videos setting
This commit is contained in:
@@ -227,7 +227,7 @@ extension PlayerModel {
|
||||
|
||||
let newItem = enqueueVideo(video, atTime: time, prepending: true)
|
||||
|
||||
advanceToItem(newItem!)
|
||||
advanceToItem(newItem!, at: time)
|
||||
}
|
||||
|
||||
func removeQueueItems() {
|
||||
|
Reference in New Issue
Block a user