add new flags to disable cleaning track and album titles

+ update readme
+
This commit is contained in:
geoffrey45
2023-05-05 23:11:56 +03:00
parent 51a5502efc
commit be7fc26fce
12 changed files with 171 additions and 105 deletions
+1 -1
View File
@@ -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: