Update song_select.py

This commit is contained in:
Yonokid
2025-08-14 03:19:39 -04:00
parent 961b8ea8f2
commit 61bfb1abcc

View File

@@ -1318,7 +1318,7 @@ class FileNavigator:
line = line.strip() line = line.strip()
if line.startswith("#GENRE:"): if line.startswith("#GENRE:"):
genre = line.split(":", 1)[1].strip() 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:"): elif line.startswith("#TITLE:"):
name = line.split(":", 1)[1].strip() name = line.split(":", 1)[1].strip()
elif line.startswith("#TITLEJA:"): elif line.startswith("#TITLEJA:"):