From 08d3c598e32e2810e3eb881d8a3d70bf380ac2dc Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 9 Jul 2013 09:48:18 +0100 Subject: [PATCH] Fixed duplicate protocol in FB redirect image --- spa/social/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/social/views.py b/spa/social/views.py index 7e07c6b..5e09cc6 100755 --- a/spa/social/views.py +++ b/spa/social/views.py @@ -45,7 +45,7 @@ def mix(request, args): extras = { "description": mix.description.replace('
', '\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) }