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:"):