mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-07 15:02:54 +00:00
![Keivan](/assets/img/avatar_default.png)
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
9 lines
No EOL
167 B
C#
9 lines
No EOL
167 B
C#
namespace NzbDrone.Core.Model.Notification
|
|
{
|
|
public enum ProgressNotificationStatus
|
|
{
|
|
InProgress = 0,
|
|
Completed = 1,
|
|
Failed = 2
|
|
}
|
|
} |