mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if self.model.musicMode {
|
||||||
|
startMusicMode()
|
||||||
|
}
|
||||||
|
|
||||||
if !preservingTime,
|
if !preservingTime,
|
||||||
!self.model.transitioningToPiP,
|
!self.model.transitioningToPiP,
|
||||||
let segment = self.model.sponsorBlock.segments.first,
|
let segment = self.model.sponsorBlock.segments.first,
|
||||||
|
Loading…
Reference in New Issue
Block a user