mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
set playingFullscreen to proper value
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -17,6 +17,10 @@ struct PlayerSettingsGroupImporter {
|
||||
Defaults[.closeVideoOnEOF] = closeVideoOnEOF
|
||||
}
|
||||
|
||||
if let exitFullscreenOnEOF = json["exitFullscreenOnEOF"].bool {
|
||||
Defaults[.exitFullscreenOnEOF] = exitFullscreenOnEOF
|
||||
}
|
||||
|
||||
if let expandVideoDescription = json["expandVideoDescription"].bool {
|
||||
Defaults[.expandVideoDescription] = expandVideoDescription
|
||||
}
|
||||
|
Reference in New Issue
Block a user