public void OnToggleValueChanged(bool toggleValue) { if (!disableToggleCallback) { songManager.AddOrRemoveToFromPlaylist(playlistType); } }