changed error page, MASSIVE new sound extension added with working YouTube duration, preparation and streaming API steps, wsgi random comment removal

This commit is contained in:
Xevion
2019-12-21 14:12:17 -06:00
parent 8cb5e077a4
commit 7f1a6a6e25
7 changed files with 110 additions and 21 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, panzer
from app import ftbhot, custom, spotify, panzer, sound
app.jinja_env.globals.update(get_hidden=routes.get_hidden)