mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #296 from mcarlton00/startup-errors
Fix library errors before login occurs
This commit is contained in:
commit
c027e8fcc7
1 changed files with 0 additions and 5 deletions
|
@ -69,11 +69,6 @@ class Service(xbmc.Monitor):
|
|||
|
||||
verify_kodi_defaults()
|
||||
|
||||
try:
|
||||
Views().get_nodes()
|
||||
except Exception as error:
|
||||
LOG.exception(error)
|
||||
|
||||
window('jellyfin.connected.bool', True)
|
||||
settings('groupedSets.bool', objects.utils.get_grouped_set())
|
||||
xbmc.Monitor.__init__(self)
|
||||
|
|
Loading…
Reference in a new issue