commit
2d18dbf23b
@ -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 "",
|
||||
|
||||
@ -1 +1 @@
|
||||
2.4.3
|
||||
2.4.4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user