From 927596d0c11d10ca71fde40443d771f18b1c0ddd Mon Sep 17 00:00:00 2001 From: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com> Date: Tue, 23 Aug 2022 22:56:14 +0800 Subject: [PATCH] fix: set default option for hideDurationLeft --- config/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.js b/config/defaults.js index 84269b8b..73c49649 100644 --- a/config/defaults.js +++ b/config/defaults.js @@ -49,7 +49,7 @@ const defaultConfig = { activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below activityTimoutTime: 10 * 60 * 1000, // 10 minutes listenAlong: true, // add a "listen along" button to rich presence - displayDurationLeft: true, // add the start and end time of the song to rich presence + hideDurationLeft: false, // hides the start and end time of the song to rich presence }, notifications: { enabled: false,