mirror of
https://github.com/beetbox/beets.git
synced 2026-08-31 09:20:47 -04:00
mb: do not set fields with None values
This commit is contained in:
@@ -235,6 +235,7 @@ def _merge_pseudo_and_actual_album(
|
||||
"style",
|
||||
"genres",
|
||||
]
|
||||
if actual[k] is not None
|
||||
}
|
||||
merged.update(from_actual)
|
||||
return merged
|
||||
|
||||
Reference in New Issue
Block a user