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,