mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-26 08:17:31 +00:00
Prep parentid change
Few other things
This commit is contained in:
parent
0478894676
commit
2deb31b294
8 changed files with 51 additions and 26 deletions
|
@ -88,6 +88,11 @@ class EmbyDatabase():
|
|||
except TypeError:
|
||||
return
|
||||
|
||||
def get_media_by_parent_id(self, *args):
|
||||
self.cursor.execute(QU.get_media_by_parent_id, args)
|
||||
|
||||
return self.cursor.fetchall()
|
||||
|
||||
def remove_item(self, *args):
|
||||
self.cursor.execute(QU.delete_item, args)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue