Future<void> playlistPlayAtIndex(int index) async { if (_playlist != null) { _playlist!.moveTo(index); await _openPlaylistCurrent(); } }