From 23079fedd9df70a704486366525b488687881222 Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 8 Aug 2024 17:13:32 +0200 Subject: [PATCH] fix --- src/manager/ContentManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager/ContentManager.py b/src/manager/ContentManager.py index 85bc010..23f4872 100644 --- a/src/manager/ContentManager.py +++ b/src/manager/ContentManager.py @@ -246,7 +246,7 @@ class ContentManager(ModelManager): content_type=content.type.value, content_id=content.id ).strip('/') - ).strip('/') + ) elif content.type == ContentType.URL: location = 'http://' + content.location if not content.location.startswith('http') else content.location