use smart by default

This commit is contained in:
PartyDonut 2024-11-03 11:07:37 +01:00
parent 75747f26f3
commit 03aab3f927
4 changed files with 7 additions and 5 deletions

View file

@ -22,7 +22,7 @@ class VideoPlayerSettingsModel with _$VideoPlayerSettingsModel {
@Default(false) bool useLibass,
@Default(100) double internalVolume,
Set<DeviceOrientation>? allowedOrientations,
@Default(AutoNextType.static) AutoNextType nextVideoType,
@Default(AutoNextType.smart) AutoNextType nextVideoType,
String? audioDevice,
}) = _VideoPlayerSettingsModel;