mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added ExternalNotificationProviderBase based on IndexProviderBase.
This commit is contained in:
@@ -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