Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-09 10:53:29 +08:00
parent e0b0a98f0f
commit c7e7b3f9c5
2 changed files with 7 additions and 13 deletions

View File

@@ -825,9 +825,6 @@ class VideoDetailController extends GetxController
?.stream
.position
.listen((position) {
if (!autoPlay.value) {
return;
}
int currentPos = position.inSeconds;
if (currentPos != _lastPos) {
_lastPos = currentPos;
@@ -962,7 +959,7 @@ class VideoDetailController extends GetxController
isSeek: isSeek,
);
if (isSkip) {
if (Pref.blockToast) {
if (autoPlay.value && Pref.blockToast) {
_showBlockToast('已跳过${item.segmentType.shortTitle}片段');
}
if (_isBlock && Pref.blockTrack) {