update readme

This commit is contained in:
geoffrey45
2023-02-17 20:44:21 +03:00
parent 146ea4ab4d
commit fb294bf436
2 changed files with 7 additions and 8 deletions
-1
View File
@@ -78,7 +78,6 @@ class Track:
self.title = new_title
self.artist_hashes = [utils.create_hash(a, decode=True) for a in artists]
self.artist = [Artist(a) for a in artists]
albumartists = utils.split_artists(self.albumartist)