mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Video loading errors reporting
This commit is contained in:
@@ -47,6 +47,10 @@ extension PlayerModel {
|
||||
}
|
||||
}
|
||||
.onCompletion(onCompletion)
|
||||
.onFailure { [weak self] responseError in
|
||||
self?.navigation.presentAlert(title: "Could not load streams", message: responseError.userMessage)
|
||||
self?.videoBeingOpened = nil
|
||||
}
|
||||
}
|
||||
|
||||
func streamsWithInstance(instance: Instance, streams: [Stream]) -> [Stream] {
|
||||
|
Reference in New Issue
Block a user