mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-29 03:20:33 +00:00
Remove verify_kodi_defaults function
This commit is contained in:
parent
4b8f510325
commit
144f71e71f
2 changed files with 1 additions and 61 deletions
|
@ -17,7 +17,7 @@ import connect
|
|||
import client
|
||||
import library
|
||||
import monitor
|
||||
from views import Views, verify_kodi_defaults
|
||||
from views import Views
|
||||
from helper import translate, window, settings, event, dialog, set_addon_mode
|
||||
from helper.utils import JsonDebugPrinter
|
||||
from jellyfin import Jellyfin
|
||||
|
@ -67,8 +67,6 @@ class Service(xbmc.Monitor):
|
|||
LOG.info("Using dynamic paths: %s", settings('useDirectPaths') == "0")
|
||||
LOG.info("Log Level: %s", self.settings['log_level'])
|
||||
|
||||
verify_kodi_defaults()
|
||||
|
||||
window('jellyfin.connected.bool', True)
|
||||
settings('groupedSets.bool', objects.utils.get_grouped_set())
|
||||
xbmc.Monitor.__init__(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue