Change album zip filename template.
This commit is contained in:
parent
ebe5847afc
commit
96b4dc2f08
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def get_album_zip(album_id):
|
||||||
streamed_zip = etiquette.helpers.zip_album(album, recursive=recursive)
|
streamed_zip = etiquette.helpers.zip_album(album, recursive=recursive)
|
||||||
|
|
||||||
if album.title:
|
if album.title:
|
||||||
download_as = f'album {album.id} - {album.title}.zip'
|
download_as = f'{album.title} ({album.id}).zip'
|
||||||
else:
|
else:
|
||||||
download_as = f'album {album.id}.zip'
|
download_as = f'album {album.id}.zip'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue