Muse Dash: Change Data storage from a .txt file to a .py file and Filter Webhost Song Lists correctly (#4234)

This commit is contained in:
Justus Lind
2025-01-13 03:59:16 +10:00
committed by GitHub
parent 9928639ce2
commit 3f935aac13
7 changed files with 656 additions and 705 deletions

View File

@@ -6,6 +6,7 @@ class SongData(NamedTuple):
"""Special data container to contain the metadata of each song to make filtering work."""
code: Optional[int]
uid: str
album: str
streamer_mode: bool
easy: Optional[int]