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']