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