Elaborate on function

This commit is contained in:
tomkat83 2017-02-13 20:50:10 +01:00
parent 43b8866c44
commit a7adfa1cc5

View file

@ -1423,9 +1423,11 @@ class Kodidb_Functions():
def add_uniqueid(self, *args): def add_uniqueid(self, *args):
""" """
Feed with: Feed with:
uniqueid_id, media_id, media_type, value, type uniqueid_id: int
media_id: int
type: e.g. 'imdb' or 'tvdb' media_type: string
value: string
type: e.g. 'imdb' or 'tvdb'
""" """
query = ''' query = '''
INSERT INTO uniqueid( INSERT INTO uniqueid(