Пример #1
0
void prev() {
  stop();
  currentPlaylistItem = playlist_.prev();
  play();
}