mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
Merge tag 'azure_header_extension' into develop
Added mp3 extension
This commit is contained in:
@@ -10,7 +10,10 @@ def _update_azure_headers():
|
||||
ms = Mix.objects.all()
|
||||
for m in ms:
|
||||
print("Update headers for {0}".format(m.title))
|
||||
cdn.set_azure_details('{0}.mp3'.format(m.uid), 'Deep South Sounds - {0}'.format(m.title), 'mixes')
|
||||
cdn.set_azure_details(
|
||||
blob_name='{0}.mp3'.format(m.uid),
|
||||
download_name='Deep South Sounds - {0}.mp3'.format(m.title),
|
||||
container_name='mixes')
|
||||
|
||||
|
||||
def _check_missing_mixes():
|
||||
|
||||
Reference in New Issue
Block a user