mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-05 00:59:49 +00:00
fix: deleting from lists
This commit is contained in:
parent
a70cfdefa9
commit
32f973d7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export default class Helper {
|
|||
}
|
||||
|
||||
static async delete(media) {
|
||||
return await this.getClient().delete(...(this.isAniAuth() ? {id: media.mediaListEntry.id} : {idMal: media.idMal}))
|
||||
return await this.getClient().delete((this.isAniAuth() ? {id: media.mediaListEntry.id} : {idMal: media.idMal}))
|
||||
}
|
||||
|
||||
static matchTitle(media, phrase, keys) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue