From 73e813a0b7d0b56623bb8a35af981a70577d322b Mon Sep 17 00:00:00 2001 From: axlt2002 Date: Sun, 5 Apr 2020 22:25:32 +0200 Subject: [PATCH] Aggiunto update_sources --- platformcode/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platformcode/config.py b/platformcode/config.py index 68761974..f4d6fc04 100644 --- a/platformcode/config.py +++ b/platformcode/config.py @@ -498,6 +498,10 @@ def verify_directories_created(): # si se crea el directorio filetools.mkdir(content_path) + from platformcode import xbmc_videolibrary + xbmc_videolibrary.update_sources(get_setting("videolibrarypath")) + xbmc_videolibrary.update_sources(get_setting("downloadpath")) + try: from core import scrapertools # Buscamos el archivo addon.xml del skin activo