From ea33cf1d738014d94770d7c5fd79894edc080380 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 24 Nov 2021 16:44:01 +0100 Subject: [PATCH] ) --- app/video/management/commands/load_titles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/video/management/commands/load_titles.py b/app/video/management/commands/load_titles.py index aca6960..9a32b9b 100644 --- a/app/video/management/commands/load_titles.py +++ b/app/video/management/commands/load_titles.py @@ -51,7 +51,7 @@ class Command(BaseCommand): 'featuring': item['featuring'], 'type': item['type'], 'description': description, - 'url': api.url.replace('/api/', '/grid/folder==' + escape(ox.decode_html(item['folder'])), + 'url': api.url.replace('/api/', '/grid/folder==' + escape(ox.decode_html(item['folder']))), 'items': [], } del item['folderdescription']