mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
refa fav video
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -38,10 +38,9 @@ class FavSearchController
|
||||
|
||||
Future<void> onCancelFav(int index, int id, int? type) async {
|
||||
var result = await FavHttp.favVideo(
|
||||
aid: id,
|
||||
resources: '$id:$type',
|
||||
addIds: '',
|
||||
delIds: mediaId.toString(),
|
||||
type: type,
|
||||
);
|
||||
if (result['status']) {
|
||||
loadingState
|
||||
|
||||
Reference in New Issue
Block a user