mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Initial functionality of player items queue
Fix environment objects Hide video player placeholder on tvOS Queue improvements
This commit is contained in:
@@ -84,7 +84,7 @@ class Stream: Equatable, Hashable {
|
||||
}
|
||||
|
||||
var oneMeaningfullAsset: Bool {
|
||||
assets.dropFirst().allSatisfy { $0 == assets.first }
|
||||
assets.dropFirst().allSatisfy { $0.url == assets.first!.url }
|
||||
}
|
||||
|
||||
static func == (lhs: Stream, rhs: Stream) -> Bool {
|
||||
|
Reference in New Issue
Block a user