From 61bfb1abcc2cd914a64febf43daaeeef051edb63 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Thu, 14 Aug 2025 03:19:39 -0400 Subject: [PATCH] Update song_select.py --- scenes/song_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/song_select.py b/scenes/song_select.py index 7f14990..8f94e90 100644 --- a/scenes/song_select.py +++ b/scenes/song_select.py @@ -1318,7 +1318,7 @@ class FileNavigator: line = line.strip() if line.startswith("#GENRE:"): genre = line.split(":", 1)[1].strip() - texture_index = FileSystemItem.GENRE_MAP.get(genre, 620) + texture_index = FileSystemItem.GENRE_MAP.get(genre, 9) elif line.startswith("#TITLE:"): name = line.split(":", 1)[1].strip() elif line.startswith("#TITLEJA:"):