mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-25 15:05:51 +00:00
Fixed duplicate protocol in FB redirect image
This commit is contained in:
@@ -45,7 +45,7 @@ def mix(request, args):
|
||||
extras = {
|
||||
"description": mix.description.replace('<br />', '\n'),
|
||||
"title": mix.title,
|
||||
"image_url": 'http://%s%s' % (Site.objects.get_current().domain, image),
|
||||
"image_url": image,
|
||||
"audio_url": audio_url,
|
||||
"mix_url": 'http://%s%s' % (Site.objects.get_current().domain, mix_url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user