This commit is contained in:
nathom 2021-07-24 11:43:44 -07:00
parent 4620f6771f
commit b1a7c89115

View file

@ -442,7 +442,7 @@ class Track(Media):
:param pos: index of the track
:param client: qopy client object
:type client: Client
:raises IndexError
:raises: IndexError
"""
meta = TrackMetadata(album=album, track=track, source=client.source)
return cls(client=client, meta=meta, id=track["id"], part_of_tracklist=True)