Merge pull request #810 from yattee/auto-retry-video-loading

Retry loading video before presenting error
This commit is contained in:
Arkadiusz Fal
2024-09-11 09:29:28 +02:00
committed by GitHub
6 changed files with 49 additions and 0 deletions

View File

@@ -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)