Support series pooling

Still requires a manual sync to apply...
This commit is contained in:
angelblue05 2017-09-03 14:10:04 -05:00
parent 7767f515b9
commit 8d00a9ade2
8 changed files with 154 additions and 53 deletions

View file

@ -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 (?, ?, ?, ?, ?)
'''
)