mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-21 15:40:32 +00:00
Support series pooling
Still requires a manual sync to apply...
This commit is contained in:
parent
7767f515b9
commit
8d00a9ade2
8 changed files with 154 additions and 53 deletions
|
@ -119,9 +119,7 @@ class KodiTVShows(KodiItems):
|
|||
def add_uniqueid(self, *args):
|
||||
query = (
|
||||
'''
|
||||
INSERT INTO uniqueid(
|
||||
uniqueid_id, media_id, media_type, value, type)
|
||||
|
||||
INSERT INTO uniqueid(uniqueid_id, media_id, media_type, value, type)
|
||||
VALUES (?, ?, ?, ?, ?)
|
||||
'''
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue