mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
update readme
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user