mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Fix possible crash
This commit is contained in:
@@ -166,7 +166,7 @@ extension PlayerModel {
|
||||
case .queue, .shuffle:
|
||||
return !queue.isEmpty
|
||||
case .related:
|
||||
return !autoplayItem.isNil
|
||||
return autoplayItem != nil
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user