mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-04 07:54:29 +00:00
Altered image size in fb redirect
This commit is contained in:
@@ -38,7 +38,7 @@ def mix(request, args):
|
||||
except Mix.DoesNotExist:
|
||||
raise Http404
|
||||
|
||||
image = mix.get_image_url('320x320')
|
||||
image = mix.get_image_url('1500x1500')
|
||||
audio_url = mix.get_stream_path()
|
||||
mix_url = mix.get_absolute_url()
|
||||
default = _getPayload(request)
|
||||
|
||||
Reference in New Issue
Block a user