mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Added ExternalNotificationProviderBase based on IndexProviderBase.
This commit is contained in:
14
NzbDrone.Core/Model/ExternalNotificationType.cs
Normal file
14
NzbDrone.Core/Model/ExternalNotificationType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum ExternalNotificationType
|
||||
{
|
||||
Grab = 0,
|
||||
Download = 1,
|
||||
Rename = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user