1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30

Fix method access

This commit is contained in:
Arkadiusz Fal 2023-05-29 16:50:40 +02:00
parent 12ef9e091c
commit 792a2c1c6c

View File

@ -334,7 +334,7 @@ final class AVPlayerBackend: PlayerBackend {
} }
if self.model.musicMode { if self.model.musicMode {
startMusicMode() self.startMusicMode()
} }
if !preservingTime, if !preservingTime,