mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
rename album title in track object after extract feat from album title
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ class Album:
|
||||
self.albumartists.extend([Artist(a) for a in featured if a.lower() not in original_lower])
|
||||
|
||||
from ..store.tracks import TrackStore
|
||||
TrackStore.append_track_artists(self.albumhash, featured)
|
||||
TrackStore.append_track_artists(self.albumhash, featured, self.title)
|
||||
|
||||
self.albumartists_hashes = "-".join(a.artisthash for a in self.albumartists)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user