mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: custom enable sponsor block, def: false
This commit is contained in:
@@ -151,7 +151,9 @@ class VideoDetailController extends GetxController
|
||||
cacheAudioQa = setting.get(SettingBoxKey.defaultAudioQa,
|
||||
defaultValue: AudioQuality.hiRes.code);
|
||||
oid.value = IdUtils.bv2av(Get.parameters['bvid']!);
|
||||
_sponsorBlock();
|
||||
if (setting.get(SettingBoxKey.enableSponsorBlock, defaultValue: false)) {
|
||||
_sponsorBlock();
|
||||
}
|
||||
}
|
||||
|
||||
List? _segmentList;
|
||||
|
||||
Reference in New Issue
Block a user