mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
create albums from pre-albums instead of individual tracks
This commit is contained in:
@@ -21,7 +21,7 @@ VALID_FOLDERS: Set[str] = set()
|
||||
ALBUMS: List[models.Album] = []
|
||||
TRACKS: List[models.Track] = []
|
||||
PLAYLISTS: List[models.Playlist] = []
|
||||
FOLDERS: Set[models.Folder] = set()
|
||||
FOLDERS: List[models.Folder] = List
|
||||
|
||||
|
||||
@helpers.background
|
||||
|
||||
Reference in New Issue
Block a user