PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
397 stars 182 forks source link

Updated player to default to track.position instead of 'start' #319

Open keckrich opened 3 months ago

keckrich commented 3 months ago

Description

When playing a track the start parameter worked as expected, but when adding a track to the queue there is not a start option. The best solution was to use the existing position variable inside of track as the default start position.

Checklist