Add an option to hide duration before the song ends

This commit is contained in:
slyde99
2022-08-23 21:00:52 +08:00
parent a8301f44be
commit 0c0cb0501c
3 changed files with 12 additions and 2 deletions

View File

@ -49,6 +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
},
notifications: {
enabled: false,