Merge pull request #144 from jr-k/develop

Release v2.4.4
This commit is contained in:
JRK 2024-08-23 17:53:23 +02:00 committed by GitHub
commit 2d18dbf23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ class ContentManager(ModelManager):
location = content.location
if content.type == ContentType.YOUTUBE:
location = "https://www.youtube.com/watch?v={}".format(content.location)
location = content.location
elif content.has_file() or content.type == ContentType.EXTERNAL_STORAGE:
location = "{}/{}".format(
var_external_url if len(var_external_url) > 0 else "",

View File

@ -1 +1 @@
2.4.3
2.4.4