added full integration of spotify explicit to the website with proper fixes needed

This commit is contained in:
Xevion
2019-12-21 02:28:15 -06:00
parent 03b3220e3c
commit 2e4594138a
5 changed files with 24 additions and 13 deletions

View File

@@ -17,6 +17,6 @@ migrate = Migrate(app, db)
from app import models
from app import routes, simple_routes, hidden, dashboard
from app import ftbhot, custom, spotify
from app import ftbhot, custom, spotify, panzer
app.jinja_env.globals.update(get_hidden=routes.get_hidden)