remotes/1693045480750635534/spooky-22
Aevann1 2022-01-12 01:32:02 +02:00
parent 543198a1ca
commit a05aed3300
1 changed files with 1 additions and 2 deletions

View File

@ -377,8 +377,7 @@ def songs(v, id):
@app.get("/song/<song>")
@app.get("/static/song/<song>")
@auth_required
def song(v, song):
def song(song):
if request.path.startswith('/song/'): return redirect(request.full_path.replace('/song/', '/static/song/'))
resp = make_response(send_from_directory('/songs', song))
resp.headers.remove("Cache-Control")