We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0cb05 commit 927596dCopy full SHA for 927596d
config/defaults.js
@@ -49,7 +49,7 @@ const defaultConfig = {
49
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
50
activityTimoutTime: 10 * 60 * 1000, // 10 minutes
51
listenAlong: true, // add a "listen along" button to rich presence
52
- 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
53
},
54
notifications: {
55
enabled: false,
0 commit comments