mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
New: Optionally disable notifications for upgraded episode files
This commit is contained in:
@@ -7,6 +7,7 @@ namespace NzbDrone.Api.Notifications
|
||||
public String Link { get; set; }
|
||||
public Boolean OnGrab { get; set; }
|
||||
public Boolean OnDownload { get; set; }
|
||||
public Boolean OnUpgrade { get; set; }
|
||||
public String TestCommand { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user