mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 08:45:06 +01:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@@ -206,6 +206,7 @@ export interface NotificationAgentPushover extends NotificationAgentConfig {
|
||||
options: {
|
||||
accessToken: string;
|
||||
userToken: string;
|
||||
sound: string;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -398,6 +399,7 @@ class Settings {
|
||||
options: {
|
||||
accessToken: '',
|
||||
userToken: '',
|
||||
sound: '',
|
||||
},
|
||||
},
|
||||
webhook: {
|
||||
|
||||
Reference in New Issue
Block a user