Skip to content

Commit 927596d

Browse files
authored
fix: set default option for hideDurationLeft
1 parent 0c0cb05 commit 927596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const defaultConfig = {
4949
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
5050
activityTimoutTime: 10 * 60 * 1000, // 10 minutes
5151
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
52+
hideDurationLeft: false, // hides the start and end time of the song to rich presence
5353
},
5454
notifications: {
5555
enabled: false,

0 commit comments

Comments
 (0)