rebrand part3

This commit is contained in:
mac12m99
2019-04-24 21:25:07 +02:00
parent 6cdca895ce
commit 88b7d79325
13 changed files with 63 additions and 53 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ def clean(mostrar_dialogo=False):
def search_library_path():
sql = 'SELECT strPath FROM path WHERE strPath LIKE "special://%/plugin.video.alfa/library/" AND idParentPath ISNULL'
sql = 'SELECT strPath FROM path WHERE strPath LIKE "special://%/plugin.video.kod/library/" AND idParentPath ISNULL'
nun_records, records = execute_sql_kodi(sql)
if nun_records >= 1:
logger.debug(records[0][0])