Fix favorites

This commit is contained in:
angelblue05 2018-09-13 21:00:56 -05:00
commit 7672410601
2 changed files with 9 additions and 9 deletions

View file

@ -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)