Respect deliver_album_cover on player page and scale cover to 160px everywhere
This commit is contained in:
parent
530e9e53ff
commit
8175327ce3
5 changed files with 24 additions and 7 deletions
|
|
@ -10,6 +10,7 @@
|
|||
# mutagen - MP3 metadata (ID3) tagging
|
||||
# flask-limiter - public form rate limiting
|
||||
# cryptography - encrypt stored SMTP password
|
||||
# pillow - resize album cover images before email delivery
|
||||
|
||||
flask
|
||||
gunicorn
|
||||
|
|
@ -18,4 +19,5 @@ werkzeug
|
|||
mutagen
|
||||
flask-limiter
|
||||
cryptography
|
||||
pillow
|
||||
requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue