mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: video download
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -220,7 +220,7 @@ abstract class Pref {
|
||||
|
||||
static String get defaultDecode => _setting.get(
|
||||
SettingBoxKey.defaultDecode,
|
||||
defaultValue: VideoDecodeFormatType.values.last.codes.first,
|
||||
defaultValue: VideoDecodeFormatType.AVC.codes.first,
|
||||
);
|
||||
|
||||
static String get secondDecode => _setting.get(
|
||||
@@ -868,4 +868,6 @@ abstract class Pref {
|
||||
|
||||
static bool get setSystemBrightness =>
|
||||
_setting.get(SettingBoxKey.setSystemBrightness, defaultValue: false);
|
||||
|
||||
static String? get downloadPath => _setting.get(SettingBoxKey.downloadPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user