This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Commit 16cce3f
committed
Fix a bug in player setting current track to None on
Since Lavalink sends two events on Exceptions, a End and Exception event this causes a possible race condition in the player, setting the current Track to None when one is actually playing.TrackStuck and TrackException.1 parent f73a9b0 commit 16cce3f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments