public override void Refresh() { base.Refresh(); RefreshPlaylistView(); MainWindow.SavePlaylists(); }
//in this function you can technically call it for all tracks in playlist. Player hangs itself after that call. I need to add the limit. private static void ConvertToMp3_Static() { MainWindow.ConvertToMp3(); }