Пример #1
0
 public void MovePrevious()
 {
     _trackQueue.MovePrevious();
     CurrentTrackChanged?.Invoke(_trackQueue.CurrentTrack);
 }