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:
@@ -9,6 +9,10 @@ struct AdvancedSettingsGroupImporter {
|
||||
Defaults[.showPlayNowInBackendContextMenu] = showPlayNowInBackendContextMenu
|
||||
}
|
||||
|
||||
if let videoLoadingRetryCount = json["videoLoadingRetryCount"].int {
|
||||
Defaults[.videoLoadingRetryCount] = videoLoadingRetryCount
|
||||
}
|
||||
|
||||
if let showMPVPlaybackStats = json["showMPVPlaybackStats"].bool {
|
||||
Defaults[.showMPVPlaybackStats] = showMPVPlaybackStats
|
||||
}
|
||||
|
Reference in New Issue
Block a user