From 542ab7519642d8957ecf3e99c54ba401dcf952dc Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 4 Apr 2020 18:30:19 +0200 Subject: [PATCH] ops --- platformcode/xbmc_videolibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/xbmc_videolibrary.py b/platformcode/xbmc_videolibrary.py index 0b334103..7964213d 100644 --- a/platformcode/xbmc_videolibrary.py +++ b/platformcode/xbmc_videolibrary.py @@ -812,7 +812,7 @@ def update_db(current_path, new_path, current_movies_folder, new_movies_folder, new = new_path old = current_path - rename main path for search in the DB + # rename main path for search in the DB if new.startswith("special://") or scrapertools.find_single_match(new, r'(^\w+:\/\/)'): new = new.replace('/profile/', '/%/').replace('/home/userdata/', '/%/') sep = '/'