Skip to content

Commit

Permalink
Update player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile authored and EvieePy committed Sep 5, 2020
1 parent 7661e1a commit c8a0208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wavelink/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class Track:
The tracks identifier. could be None depending on track type.
ytid: Optional[str]
The tracks YouTube ID. Could be None if ytsearch was not used.
length:
The duration of the track.
length: int
The duration of the track in milliseconds.
duration:
Alias to length.
uri: Optional[str]
Expand Down

0 comments on commit c8a0208

Please sign in to comment.