Ok, then we'll add this check
RESULT eServiceMP3::selectTrack(unsigned int i) { + m_currentAudioStream = getCurrentTrack(); + if(m_currentAudioStream == (int)i) + return m_currentAudioStream; + eDebug("[eServiceMP3] selectTrack %d", i); bool validposition = false;