mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
revert: toSet (#941)
This commit is contained in:
committed by
GitHub
parent
80a4c8c24d
commit
9f33488248
@@ -71,7 +71,7 @@ class FavPgcController
|
||||
}
|
||||
|
||||
Future<void> onUpdateList(int followStatus) async {
|
||||
final removeList = allChecked;
|
||||
final removeList = allChecked.toSet();
|
||||
final res = await VideoHttp.pgcUpdate(
|
||||
seasonId: removeList.map((item) => item.seasonId).join(','),
|
||||
status: followStatus,
|
||||
|
||||
Reference in New Issue
Block a user