internal static void ReloadSong() { if (Queue.IsPlaying) { SS += Time.TotalSeconds + 0.4; Queue.Repeat(1); Skip?.Cancel(); } }