Add nice frontend, Add song search, add enqueueing

This commit is contained in:
2019-05-22 03:04:54 +02:00
parent 65287d299b
commit ab1db95d06
8 changed files with 260 additions and 39 deletions

2
.vscode/launch.json vendored
View File

@ -4,7 +4,9 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{"name":"Python: Flask","type":"python","request":"launch","module":"flask","env":{"FLASK_APP":"main.py","FLASK_ENV":"development","FLASK_DEBUG":"1"},"args":["run","--no-debugger","--no-reload"],"jinja":true},
{"name":"Python: Flask (with reload)","type":"python","request":"launch","module":"flask","env":{"FLASK_APP":"main.py","FLASK_ENV":"development","FLASK_DEBUG":"1"},"args":["run","--no-debugger"],"jinja":true},
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",