Fix Configurazione Videoteca

This commit is contained in:
Alhaziel01
2021-07-02 18:15:35 +02:00
parent c86cdab9da
commit f9a4d0dbbb
5 changed files with 76 additions and 277 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class AddonMonitor(xbmc.Monitor):
# if you want to autoconfigure and the video library directory had been created
if not self.settings_pre.get("videolibrary_kodi", None) and settings_post.get("videolibrary_kodi", None):
xbmc_videolibrary.ask_set_content(silent=True)
xbmc_videolibrary.set_content(silent=True)
elif self.settings_pre.get("videolibrary_kodi", None) and not settings_post.get("videolibrary_kodi", None):
xbmc_videolibrary.clean()