mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 12:36:27 +08:00
revert: toSet (#941)
This commit is contained in:
committed by
GitHub
parent
80a4c8c24d
commit
9f33488248
@@ -51,7 +51,7 @@ mixin BaseFavController
|
||||
content: '确认删除所选收藏吗?',
|
||||
title: '提示',
|
||||
onConfirm: () async {
|
||||
final removeList = allChecked;
|
||||
final removeList = allChecked.toSet();
|
||||
var result = await FavHttp.favVideo(
|
||||
resources: removeList
|
||||
.map((item) => '${item.id}:${item.type}')
|
||||
|
||||
Reference in New Issue
Block a user