mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 04:04:07 +00:00
Subscribe/unsubscribe channels
This commit is contained in:
@@ -20,8 +20,7 @@ final class PlayerViewController: NSViewController {
|
||||
}
|
||||
|
||||
override func loadView() {
|
||||
playerState = PlayerState()
|
||||
playerState.playbackState = playbackState
|
||||
playerState = PlayerState(playbackState: playbackState)
|
||||
|
||||
guard playerState.player == nil else {
|
||||
return
|
||||
|
Reference in New Issue
Block a user