mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Fix possible crash
This commit is contained in:
@@ -88,7 +88,7 @@ final class PlayerControlsModel: ObservableObject {
|
||||
return
|
||||
}
|
||||
|
||||
player.backend.stopControlsUpdates()
|
||||
player.backend?.stopControlsUpdates()
|
||||
|
||||
guard !player.currentItem.isNil else {
|
||||
return
|
||||
|
Reference in New Issue
Block a user