Update method description
This commit is contained in:
parent
cb8a3abdd8
commit
80b810c7e0
1 changed files with 4 additions and 4 deletions
|
@ -470,11 +470,11 @@ class KodiDBMethods(object):
|
||||||
'banner'
|
'banner'
|
||||||
'clearart'
|
'clearart'
|
||||||
'clearlogo'
|
'clearlogo'
|
||||||
'landscape'
|
'discart'
|
||||||
'icon'
|
'fanart' and also potentially more fanart 'fanart1', 'fanart2',
|
||||||
'fanart' and also potentially more fanart 'fanart1', 2, 3, ...
|
|
||||||
}
|
}
|
||||||
Missing fanart will not appear in the dict.
|
Missing fanart will not appear in the dict. 'landscape' and 'icon'
|
||||||
|
might be implemented in the future.
|
||||||
"""
|
"""
|
||||||
query = 'SELECT type, url FROM art WHERE media_id=? AND media_type=?'
|
query = 'SELECT type, url FROM art WHERE media_id=? AND media_type=?'
|
||||||
self.cursor.execute(query, (kodi_id, kodi_type))
|
self.cursor.execute(query, (kodi_id, kodi_type))
|
||||||
|
|
Loading…
Reference in a new issue