mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Merge pull request #810 from yattee/auto-retry-video-loading
Retry loading video before presenting error
This commit is contained in:
@@ -358,6 +358,7 @@ extension Defaults.Keys {
|
||||
// MARK: Group - Advanced
|
||||
|
||||
static let showPlayNowInBackendContextMenu = Key<Bool>("showPlayNowInBackendContextMenu", default: false)
|
||||
static let videoLoadingRetryCount = Key<Int>("videoLoadingRetryCount", default: 10)
|
||||
|
||||
static let showMPVPlaybackStats = Key<Bool>("showMPVPlaybackStats", default: false)
|
||||
static let mpvEnableLogging = Key<Bool>("mpvEnableLogging", default: false)
|
||||
|
Reference in New Issue
Block a user