mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Add some more checks
This commit is contained in:
@@ -35,10 +35,8 @@ pub async fn run_server(in_thread: bool) -> std::io::Result<()> {
|
||||
println!("Purged {} accounts", ct);
|
||||
}
|
||||
|
||||
// One-time, idempotent: charts stored before the custom-song spawn-group pairing rule are
|
||||
// regrouped in place and their catalog md5s refreshed, so clients re-download the fixed
|
||||
// encoding. No-op when custom songs are disabled or nothing needs rewriting.
|
||||
router::custom_song::migrate::run();
|
||||
router::custom_song::sweep_audio();
|
||||
|
||||
let rv = HttpServer::new(|| App::new()
|
||||
//.wrap(Cors::permissive())
|
||||
|
||||
Reference in New Issue
Block a user