private void DownloadPlaylistMatches()
 {
     Task.Run(() => BeatsaverAPI.DownloadMaps(SelectedPlaylist));
 }