This commit is contained in:
Aevann1 2022-01-24 23:49:12 +02:00
parent efa21d9328
commit 0c68834084
2 changed files with 9 additions and 11 deletions

View file

@ -387,7 +387,6 @@ def usersong(username):
@app.get("/song/<song>")
@app.get("/static/song/<song>")
@cache.memoize(timeout=2592000)
def song(song):
resp = make_response(send_from_directory('/songs', song))
resp.headers.remove("Cache-Control")