mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2026-04-27 22:05:38 +00:00
Fix: Changed TVTunes addon ID from script- to service.tvtunes.
This commit is contained in:
parent
cd1048226e
commit
7bb5767980
1 changed files with 2 additions and 2 deletions
|
|
@ -1159,9 +1159,9 @@ def get_themes(api_client):
|
|||
if not xbmcvfs.exists(library + "/"):
|
||||
xbmcvfs.mkdir(library)
|
||||
|
||||
if xbmc.getCondVisibility("System.HasAddon(script.tvtunes)"):
|
||||
if xbmc.getCondVisibility("System.HasAddon(service.tvtunes)"):
|
||||
|
||||
tvtunes = xbmcaddon.Addon(id="script.tvtunes")
|
||||
tvtunes = xbmcaddon.Addon(id="service.tvtunes")
|
||||
tvtunes.setSetting("custom_path_enable", "true")
|
||||
tvtunes.setSetting("custom_path", library)
|
||||
LOG.info("TV Tunes custom path is enabled and set.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue