mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
use smart by default
This commit is contained in:
parent
75747f26f3
commit
03aab3f927
4 changed files with 7 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ _$VideoPlayerSettingsModelImpl _$$VideoPlayerSettingsModelImplFromJson(
|
|||
.toSet(),
|
||||
nextVideoType:
|
||||
$enumDecodeNullable(_$AutoNextTypeEnumMap, json['nextVideoType']) ??
|
||||
AutoNextType.static,
|
||||
AutoNextType.smart,
|
||||
audioDevice: json['audioDevice'] as String?,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue