Elaborate on function
This commit is contained in:
parent
43b8866c44
commit
a7adfa1cc5
1 changed files with 5 additions and 3 deletions
|
@ -1423,8 +1423,10 @@ class Kodidb_Functions():
|
|||
def add_uniqueid(self, *args):
|
||||
"""
|
||||
Feed with:
|
||||
uniqueid_id, media_id, media_type, value, type
|
||||
|
||||
uniqueid_id: int
|
||||
media_id: int
|
||||
media_type: string
|
||||
value: string
|
||||
type: e.g. 'imdb' or 'tvdb'
|
||||
"""
|
||||
query = '''
|
||||
|
|
Loading…
Reference in a new issue