use ValueGetter

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-14 14:14:27 +08:00
parent bc5ce11449
commit 1cd949c365
8 changed files with 11 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ class DownloadService extends GetxService {
final _lock = Lock();
final flagNotifier = <void Function()>{};
final flagNotifier = <VoidCallback>{};
final waitDownloadQueue = RxList<BiliDownloadEntryInfo>();
final downloadList = <BiliDownloadEntryInfo>[];