mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix unable to startup if library refresh fails
This commit is contained in:
parent
8d63d85821
commit
4a120e7a54
1 changed files with 1 additions and 1 deletions
|
@ -1681,7 +1681,7 @@ class PmsConnect(object):
|
|||
|
||||
server_library_stats = []
|
||||
|
||||
if server_libraries['libraries_count'] != '0':
|
||||
if server_libraries and server_libraries['libraries_count'] != '0':
|
||||
libraries_list = server_libraries['libraries_list']
|
||||
|
||||
for library in libraries_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue