Skip to a queue item.
@override Future<void> skipToQueueItem(int index) async { await mediaKit.jumpTrack(index); }