mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix updating watch on AVPlayer
This commit is contained in:
parent
4d70c8a3c3
commit
7c24a86a6a
@ -69,7 +69,7 @@ extension PlayerModel {
|
||||
|
||||
let watch: Watch!
|
||||
|
||||
let duration = self.playerTime.duration.seconds
|
||||
let duration = activeBackend == .mpv ? self.playerTime.duration.seconds : avPlayerBackend.playerItemDuration?.seconds ?? 0
|
||||
|
||||
if results?.isEmpty ?? true {
|
||||
watch = Watch(context: self.backgroundContext)
|
||||
|
Loading…
Reference in New Issue
Block a user