mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-19 06:36:12 +00:00
add come verification to values passed into functions and returned from download calls
dont log profile change exception bump ver
This commit is contained in:
parent
ec28018c61
commit
62c284fdd7
5 changed files with 14 additions and 4 deletions
|
@ -144,6 +144,9 @@ class ConnectionManager(object):
|
|||
|
||||
def _updateServerInfo(self, server, systemInfo):
|
||||
|
||||
if server is None or systemInfo is None:
|
||||
return
|
||||
|
||||
server['Name'] = systemInfo['ServerName']
|
||||
server['Id'] = systemInfo['Id']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue