mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-10 10:16:13 +00:00
Fix some linting issues
This commit is contained in:
parent
096680bc57
commit
21cf8bcb68
3 changed files with 2 additions and 3 deletions
|
@ -508,7 +508,7 @@ def get_fanart(item_id, path, server_id=None):
|
|||
list_li = []
|
||||
directory = xbmc.translatePath("special://thumbnails/jellyfin/%s/" % item_id)
|
||||
jellyfin_client = Jellyfin(server_id).get_client()
|
||||
server = jellyfin_client.auth.get_server_info(self.server_id)['address']
|
||||
server = jellyfin_client.auth.get_server_info(server_id)['address']
|
||||
|
||||
if not xbmcvfs.exists(directory):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue