When Player.delete() is called, it doesn't unqueue the queued songs, and therefore blocks any queued StreamingSource from playing. Player.next_source() has to be called too to unqueue the StreamingSource.
That's unintuitive behaviour since deleting the player would prevent it from playing again, no? It just blocks the StreamingSource.
When Player.delete() is called, it doesn't unqueue the queued songs, and therefore blocks any queued StreamingSource from playing. Player.next_source() has to be called too to unqueue the StreamingSource.
That's unintuitive behaviour since deleting the player would prevent it from playing again, no? It just blocks the StreamingSource.