Rename soundtrack folder to soundtracks and fix path

Remove obsolete test2.ogg file.
This commit is contained in:
2026-04-09 02:02:08 +02:00
parent 633494ed46
commit 1be72a4596
3 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -48,7 +48,7 @@ static PRELOADED_SOUNDTRACKS: Lazy<RwLock<HashMap<Soundtrack, Arc<SoundtrackCach
});
fn load_soundtrack_folder(folder: &str) -> SoundtrackCache {
let base: String = format!("soundtrack/{}", folder);
let base: String = format!("soundtracks/{}", folder);
let mut cache: HashMap<SoundrackParts, Vec<u8>> = HashMap::new();
macro_rules! load {