mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -393,10 +393,10 @@ class LiveHttp {
|
||||
}
|
||||
|
||||
static Future setLiveFavTag({
|
||||
required List ids,
|
||||
required String ids,
|
||||
}) async {
|
||||
final data = {
|
||||
'tags': ids.join(','),
|
||||
'tags': ids,
|
||||
'access_key': Accounts.main.accessKey,
|
||||
'appkey': Constants.appKey,
|
||||
'actionKey': 'appkey',
|
||||
|
||||
Reference in New Issue
Block a user