mod: widget

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-05 16:22:45 +08:00
parent e098631553
commit 3fc12fcc09
4 changed files with 26 additions and 24 deletions

View File

@@ -1962,10 +1962,12 @@ class VideoDetailController extends GetxController
viewPointList.clear();
// sponsor block
positionSubscription?.cancel();
videoLabel.value = '';
segmentList.clear();
_segmentProgressList = null;
if (enableSponsorBlock) {
positionSubscription?.cancel();
videoLabel.value = '';
segmentList.clear();
_segmentProgressList = null;
}
}
late final showDmChart = GStorage.showDmChart;