diff --git a/spa/audio.py b/spa/audio.py index 74d180e..c00b4f7 100755 --- a/spa/audio.py +++ b/spa/audio.py @@ -53,9 +53,10 @@ def download(request, mix_id): ) else: response = HttpResponseRedirect(mix.archive_path) + """ response['Content-Disposition'] = 'attachment; filename=' + \ smart_str('Deep South Sounds - %s%s' % (mix.title, mix.filetype)) - + """ return response else: return HttpResponse('Downloads not allowed for this mix', status=401)