mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
Restyle Move populate to new file (#48)
This commit is contained in:
@@ -32,7 +32,7 @@ class Track:
|
||||
discnumber: int
|
||||
|
||||
def __init__(self, tags):
|
||||
|
||||
|
||||
self.trackid = tags["_id"]["$oid"]
|
||||
self.title = tags["title"]
|
||||
self.artists = tags["artists"].split(", ")
|
||||
|
||||
Reference in New Issue
Block a user