rebrand part3
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user