mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: On Episode File Delete For Upgrade notification option
This commit is contained in:
@@ -116,6 +116,7 @@ namespace NzbDrone.Core.Test.NotificationTests
|
||||
notification.SupportsOnRename.Should().BeTrue();
|
||||
notification.SupportsOnSeriesDelete.Should().BeTrue();
|
||||
notification.SupportsOnEpisodeFileDelete.Should().BeTrue();
|
||||
notification.SupportsOnEpisodeFileDeleteForUpgrade.Should().BeTrue();
|
||||
notification.SupportsOnHealthIssue.Should().BeTrue();
|
||||
}
|
||||
|
||||
@@ -131,6 +132,7 @@ namespace NzbDrone.Core.Test.NotificationTests
|
||||
notification.SupportsOnRename.Should().BeFalse();
|
||||
notification.SupportsOnSeriesDelete.Should().BeFalse();
|
||||
notification.SupportsOnEpisodeFileDelete.Should().BeFalse();
|
||||
notification.SupportsOnEpisodeFileDeleteForUpgrade.Should().BeFalse();
|
||||
notification.SupportsOnHealthIssue.Should().BeFalse();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user