mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 03:57:14 -04:00
Fix typo
This commit is contained in:
parent
4620f6771f
commit
b1a7c89115
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class Track(Media):
|
||||||
:param pos: index of the track
|
:param pos: index of the track
|
||||||
:param client: qopy client object
|
:param client: qopy client object
|
||||||
:type client: Client
|
:type client: Client
|
||||||
:raises IndexError
|
:raises: IndexError
|
||||||
"""
|
"""
|
||||||
meta = TrackMetadata(album=album, track=track, source=client.source)
|
meta = TrackMetadata(album=album, track=track, source=client.source)
|
||||||
return cls(client=client, meta=meta, id=track["id"], part_of_tracklist=True)
|
return cls(client=client, meta=meta, id=track["id"], part_of_tracklist=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue