diff --git a/server/app/api/album.py b/server/app/api/album.py index af052de..abc4d06 100644 --- a/server/app/api/album.py +++ b/server/app/api/album.py @@ -7,6 +7,7 @@ from app import api from app import helpers, cache from app import functions from app.lib import albumslib, trackslib + album_bp = Blueprint("album", __name__, url_prefix="") @@ -44,12 +45,18 @@ def get_album_tracks(): return {"songs": songs, "info": album} -@album_bp.route("/album/
{{ queue.next.title }}
- {{ - artist - }} + {{ artist }}