beets/beetsplug/web
waweic be96c1022a
Fix album_art() in __init__.py
flask.send_file() expects a string, g.lib.get_album() returns bytes. Added decode() to album_art(). 

If g.lib.get_album() gets a non-existing id, it returns None. Python would throw an error in this case. Added check to prevent this.
2018-02-26 18:33:30 +01:00
..
static Add reverse proxy support 2017-03-19 20:08:39 +00:00
templates Add reverse proxy support 2017-03-19 20:08:39 +00:00
__init__.py Fix album_art() in __init__.py 2018-02-26 18:33:30 +01:00