mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
misc
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class ProcessAlbumColors:
|
||||
"""
|
||||
|
||||
def __init__(self) -> None:
|
||||
albums = [a for a in AlbumStore.albums if len(a.colors) == 0]
|
||||
albums = [a for a in AlbumStore.albums if a is None or len(a.colors) == 0]
|
||||
|
||||
with SQLiteManager() as cur:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user