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

@ -226,7 +226,7 @@ class _$VideoPlayerSettingsModelImpl extends _VideoPlayerSettingsModel
this.useLibass = false,
this.internalVolume = 100,
final Set<DeviceOrientation>? allowedOrientations,
this.nextVideoType = AutoNextType.static,
this.nextVideoType = AutoNextType.smart,
this.audioDevice})
: _allowedOrientations = allowedOrientations,
super._();