mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-20 00:05:07 +00:00
Update context menu
Also add the option to disable the context menu within the add-on settings > extras
This commit is contained in:
parent
2a6ad7bd11
commit
89fe64d019
8 changed files with 213 additions and 11 deletions
|
@ -60,6 +60,8 @@ class Service(object):
|
|||
|
||||
window('emby_logLevel', value=str(log_level))
|
||||
window('emby_kodiProfile', value=xbmc.translatePath('special://profile'))
|
||||
context_menu = "true" if settings('enableContext') == "true" else ""
|
||||
window('emby_context', value=context_menu)
|
||||
|
||||
# Initial logging
|
||||
log.warn("======== START %s ========", self.addon_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue