Added Discord timeout

This commit is contained in:
Sem Visscher
2021-03-17 10:22:19 +01:00
parent c5bda4f3be
commit ca8d62d4e2
2 changed files with 13 additions and 1 deletions

View File

@ -35,6 +35,10 @@ const defaultConfig = {
ffmpegArgs: [], // e.g. ["-b:a", "192k"] for an audio bitrate of 192kb/s
downloadFolder: undefined, // Custom download folder (absolute path)
},
discord: {
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
activityTimoutTime: 10 * 60 * 1000 // 10 minutes
},
},
};