mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed notification issues
Added basic support for file scan Major redactor of ReportTitle/File parsing Updated Ninject/Ninject.MVC Removed dependency from Microsoft.Web.Administration reactored Episode repository structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Core.Model.Notification
|
||||
{
|
||||
public enum ProgressNotificationStatus
|
||||
{
|
||||
InProgress = 0,
|
||||
Completed = 1,
|
||||
Failed = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user