mod: add reverse from first option

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-31 12:12:43 +08:00
parent 20a89fbccb
commit 1215d126cc
8 changed files with 80 additions and 59 deletions

View File

@@ -224,6 +224,7 @@ class VideoDetailController extends GetxController
late final horizontalSeasonPanel = GStorage.horizontalSeasonPanel;
late int seasonCid = 0;
late RxInt seasonIndex = 0.obs;
late final reverseFromFirst = GStorage.reverseFromFirst;
late final bool enableSponsorBlock;
PlayerStatus? playerStatus;