mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix dolby videos playing (#1202)
This commit is contained in:
@@ -218,12 +218,12 @@ abstract class Pref {
|
||||
|
||||
static String get defaultDecode => _setting.get(
|
||||
SettingBoxKey.defaultDecode,
|
||||
defaultValue: VideoDecodeFormatType.values.last.code,
|
||||
defaultValue: VideoDecodeFormatType.values.last.codes.first,
|
||||
);
|
||||
|
||||
static String get secondDecode => _setting.get(
|
||||
SettingBoxKey.secondDecode,
|
||||
defaultValue: VideoDecodeFormatType.AV1.code,
|
||||
defaultValue: VideoDecodeFormatType.AV1.codes.first,
|
||||
);
|
||||
|
||||
static String get hardwareDecoding => _setting.get(
|
||||
|
||||
Reference in New Issue
Block a user