mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -252,8 +252,10 @@ abstract final class Pref {
|
||||
static String get videoSync =>
|
||||
_setting.get(SettingBoxKey.videoSync, defaultValue: 'display-resample');
|
||||
|
||||
static String get autosync =>
|
||||
_setting.get(SettingBoxKey.autosync, defaultValue: '30');
|
||||
static String get autosync => _setting.get(
|
||||
SettingBoxKey.autosync,
|
||||
defaultValue: Platform.isAndroid ? '30' : '0',
|
||||
);
|
||||
|
||||
static CDNService get defaultCDNService {
|
||||
if (_setting.get(SettingBoxKey.CDNService) case final String cdnName) {
|
||||
|
||||
Reference in New Issue
Block a user