mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
move the populate function to separate file
This commit is contained in:
@@ -32,6 +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