mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 13:28:59 +00:00
Fix favorites
This commit is contained in:
parent
c8c43dadee
commit
7672410601
2 changed files with 9 additions and 9 deletions
|
@ -294,4 +294,4 @@ class Kodi(object):
|
|||
except TypeError:
|
||||
return
|
||||
|
||||
self.cursor.execute(QU.delete_tag, (tag,) + args)
|
||||
self.cursor.execute(QU.delete_tag, (tag_id,) + args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue