mirror of
https://github.com/yattee/yattee.git
synced 2025-11-25 10:48:17 +00:00
Opening videos by URL and local files
This commit is contained in:
@@ -42,7 +42,8 @@ struct PlayerQueueItem: Hashable, Identifiable, Defaults.Serializable {
|
||||
}
|
||||
|
||||
var hasDetailsLoaded: Bool {
|
||||
!video.isNil
|
||||
guard let video else { return false }
|
||||
return !video.streams.isEmpty
|
||||
}
|
||||
|
||||
func hash(into hasher: inout Hasher) {
|
||||
|
||||
Reference in New Issue
Block a user