Fixed: Refreshing Plex Server series in high volume systems

(cherry picked from commit 903aba5dee0284e571fc025883abbf2a9ccf4386)
This commit is contained in:
Taloth Saldono 2020-09-27 16:13:23 +01:00 committed by Qstick
parent 9945c986d9
commit d10469d129
9 changed files with 216 additions and 31 deletions

View file

@ -64,6 +64,10 @@ namespace NzbDrone.Core.Notifications
{
}
public virtual void ProcessQueue()
{
}
public bool SupportsOnGrab => HasConcreteImplementation("OnGrab");
public bool SupportsOnRename => HasConcreteImplementation("OnRename");
public bool SupportsOnReleaseImport => HasConcreteImplementation("OnReleaseImport");