mirror of
https://github.com/yattee/yattee.git
synced 2025-11-29 20:58:13 +00:00
Fix killing player on Apple TV
This commit is contained in:
@@ -37,8 +37,6 @@ class Stream: Equatable {
|
||||
|
||||
func cancelLoadingAssets() {
|
||||
assets.forEach { $0.cancelLoading() }
|
||||
audioAsset = AVURLAsset(url: audioAsset.url)
|
||||
videoAsset = AVURLAsset(url: videoAsset.url)
|
||||
}
|
||||
|
||||
static func == (lhs: Stream, rhs: Stream) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user