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++
65.5%
Rust
31.5%
C
1.6%
CMake
1.4%