Allow disable listen along (#426)

This commit is contained in:
Constantin Piber
2021-10-11 15:02:24 +02:00
parent 587818b91e
commit b9dbd8bd4d
4 changed files with 21 additions and 6 deletions

View File

@ -45,7 +45,8 @@ const defaultConfig = {
discord: {
enabled: false,
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
activityTimoutTime: 10 * 60 * 1000 // 10 minutes
activityTimoutTime: 10 * 60 * 1000, // 10 minutes
listenAlong: true, // add a "listen along" button to rich presence
},
notifications: {
enabled: false,