mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 00:06:13 +00:00
Add settings monitor
Prompt for reset if playback mode change is detected
This commit is contained in:
parent
b61b8ae894
commit
f99efb2a83
3 changed files with 23 additions and 10 deletions
|
@ -55,6 +55,7 @@ class Service():
|
|||
|
||||
utils.window('emby_logLevel', value=str(logLevel))
|
||||
utils.window('emby_kodiProfile', value=xbmc.translatePath("special://profile"))
|
||||
utils.window('emby_pluginpath', value=utils.settings('useDirectPaths'))
|
||||
|
||||
# Initial logging
|
||||
self.logMsg("======== START %s ========" % self.addonName, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue