mirror of
https://github.com/yattee/yattee.git
synced 2025-11-29 20:58:13 +00:00
Playback state improvements
This commit is contained in:
@@ -34,8 +34,7 @@ final class PlayerViewController: UIViewController {
|
||||
}
|
||||
|
||||
func loadPlayer() {
|
||||
playerState = PlayerState()
|
||||
playerState.playbackState = playbackState
|
||||
playerState = PlayerState(playbackState: playbackState)
|
||||
|
||||
guard !playerLoaded else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user