mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix music mode in AVPlayer
This commit is contained in:
parent
48263ae7db
commit
a054d343a9
@ -333,6 +333,10 @@ final class AVPlayerBackend: PlayerBackend {
|
||||
return
|
||||
}
|
||||
|
||||
if self.model.musicMode {
|
||||
startMusicMode()
|
||||
}
|
||||
|
||||
if !preservingTime,
|
||||
!self.model.transitioningToPiP,
|
||||
let segment = self.model.sponsorBlock.segments.first,
|
||||
|
Loading…
Reference in New Issue
Block a user