static Future<void> updateAudioPlayMode(int mode) async { await PreferenceUtils.saveInt(audioPlayMode, mode); }