add legacy v1 routes for the remaining media endpoints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-15 22:40:12 -04:00 committed by June
parent c6cf3589f4
commit 8d8467a4ea
3 changed files with 69 additions and 1 deletions

View file

@ -1112,7 +1112,7 @@ impl KeyValueDatabase {
_ = terminate.recv() => {
debug!(target: "database-cleanup","Received SIGTERM");
}
};
}
#[cfg(not(unix))]
{