mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -24,7 +24,6 @@ mixin BlockConfigMixin {
|
||||
late final enableSponsorBlock = Pref.enableSponsorBlock;
|
||||
late final enableBlock = enableSponsorBlock || enablePgcSkip;
|
||||
late final blockColor = Pref.blockColor;
|
||||
late final blockLimit = Pref.blockLimit;
|
||||
late final blockSettings = Pref.blockSettings;
|
||||
late final enableList = blockSettings
|
||||
.where((item) => item.second != SkipType.disable)
|
||||
@@ -245,9 +244,6 @@ mixin BlockMixin on GetxController {
|
||||
if (autoPlay && Pref.blockToast) {
|
||||
_showBlockToast('已跳过${item.segmentType.shortTitle}片段');
|
||||
}
|
||||
if (isBlock && Pref.blockTrack) {
|
||||
SponsorBlock.viewedVideoSponsorTime(item.uuid);
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> onSkip(
|
||||
|
||||
Reference in New Issue
Block a user