mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
auto retry loading the video before showing error
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -201,6 +201,9 @@ final class PlayerModel: ObservableObject {
|
||||
var rateToRestore: Float?
|
||||
private var remoteCommandCenterConfigured = false
|
||||
|
||||
// Used in the PlayerModel extension in PlayerQueue
|
||||
var retryAttempts = [String: Int]()
|
||||
|
||||
#if os(macOS)
|
||||
var keyPressMonitor: Any?
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user