mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Add configurable notification urgency
This commit is contained in:
@ -39,6 +39,10 @@ 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
|
||||
},
|
||||
notifications: {
|
||||
enabled: false,
|
||||
urgency: "normal"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user