/// <summary> /// Change the shuffle settings. /// </summary> /// <param name="shuffle">To shuffle or not to shuffle.</param> public void SetShuffle(bool shuffle) { _shuffle = shuffle; DataController.SetSetting(SettingType.Shuffle, shuffle); }