mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add new flags to disable cleaning track and album titles
+ update readme +
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class TrackStore:
|
||||
track.is_favorite = False
|
||||
|
||||
@classmethod
|
||||
def append_track_artists(cls, albumhash: str, artists: list[str], new_album_title:str):
|
||||
def append_track_artists(cls, albumhash: str, artists: list[str], new_album_title: str):
|
||||
tracks = cls.get_tracks_by_albumhash(albumhash)
|
||||
|
||||
for track in tracks:
|
||||
|
||||
Reference in New Issue
Block a user