Skip to content

Commit

Permalink
Merge pull request #218 from Araxeus/remove-shortcuts-from-default-pl…
Browse files Browse the repository at this point in the history
…ugins

remove 'shortcuts' from default plugins
  • Loading branch information
th-ch authored Apr 2, 2021
2 parents 76f8868 + e66db05 commit 8c9e37f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,22 @@ const defaultConfig = {
navigation: {
enabled: true,
},
shortcuts: {
enabled: true,
},
adblocker: {
enabled: true,
cache: true,
additionalBlockLists: [], // Additional list of filters, e.g "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt"
},
// Disabled plugins
shortcuts: {
enabled: false,
},
downloader: {
enabled: false,
ffmpegArgs: [], // e.g. ["-b:a", "192k"] for an audio bitrate of 192kb/s
downloadFolder: undefined, // Custom download folder (absolute path)
},
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
},
Expand Down

0 comments on commit 8c9e37f

Please sign in to comment.