Update method description

This commit is contained in:
croneter 2018-03-04 14:12:43 +01:00
parent cb8a3abdd8
commit 80b810c7e0

View file

@ -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))