mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
removed episode status from server.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum PostDownloadStatusType
|
||||
{
|
||||
Unknown = 0,
|
||||
Unpacking = 1,
|
||||
Failed = 2,
|
||||
UnknownSeries = 3,
|
||||
ParseError = 4,
|
||||
NoError = 5,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user