mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -47,7 +47,7 @@ class LiveAreaController
|
||||
Future<void> setFavTag() async {
|
||||
if (favState.value.isSuccess) {
|
||||
final res = await LiveHttp.setLiveFavTag(
|
||||
ids: favState.value.data.map((e) => e.id).toList(),
|
||||
ids: favState.value.data.map((e) => e.id).join(','),
|
||||
);
|
||||
if (res['status']) {
|
||||
isEditing.value = !isEditing.value;
|
||||
|
||||
Reference in New Issue
Block a user