feat: copy/move toview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-27 15:17:01 +08:00
parent 49b631d560
commit d28efef672
6 changed files with 65 additions and 4 deletions

View File

@@ -12,9 +12,12 @@ import 'package:PiliPlus/http/user.dart';
class LaterController extends MultiSelectController {
RxInt count = (-1).obs;
dynamic mid;
@override
void onInit() {
super.onInit();
mid = GStorage.userInfo.get('userInfoCache')?.mid;
queryData();
}
@@ -170,7 +173,7 @@ class LaterController extends MultiSelectController {
'sourceType': 'watchLater',
'count': list.length,
'favTitle': '稍后再看',
'mediaId': GStorage.userInfo.get('userInfoCache')?.mid,
'mediaId': mid,
'desc': false,
},
);