2ccd95b276b41caefeb952bdcfcf14fca47569bd
advance() was removing the playNext item then calling current(), which fell back to m_queue[m_index] — the same track already playing. Fix: use takeFirst() and return that item directly, only advancing m_index when the playNext list is empty. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file is empty.
Description
Languages
C++
69.1%
Rust
27.3%
C
1.9%
CMake
1.7%