mod: 默认开启后台播放

This commit is contained in:
orz12
2024-04-06 09:31:45 +08:00
parent 3776cfee35
commit b45f8da189
4 changed files with 6 additions and 6 deletions

View File

@@ -312,7 +312,7 @@ class PlPlayerController {
.get(SettingBoxKey.enableAutoLongPressSpeed, defaultValue: false);
// 后台播放
_backgroundPlay.value =
setting.get(SettingBoxKey.enableBackgroundPlay, defaultValue: false);
setting.get(SettingBoxKey.enableBackgroundPlay, defaultValue: true);
if (!enableAutoLongPressSpeed) {
_longPressSpeed.value = videoStorage
.get(VideoBoxKey.longPressSpeedDefault, defaultValue: 3.0);