mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-04 18:14:58 +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