Fixed: (Cardigann) Definitions with category mapping `Other` to use 8000 (Other)

pull/1389/head^2
Bogdan 1 year ago
parent e60fe05ee0
commit d4cdeac69a

@ -103,9 +103,6 @@ namespace NzbDrone.Core.Indexers
public static readonly IndexerCategory[] AllCats =
{
ZedOther,
ZedOtherHashed,
ZedOtherMisc,
Console,
ConsoleNDS,
ConsolePSP,
@ -176,7 +173,10 @@ namespace NzbDrone.Core.Indexers
BooksForeign,
Other,
OtherMisc,
OtherHashed
OtherHashed,
ZedOther,
ZedOtherHashed,
ZedOtherMisc
};
static NewznabStandardCategory()

Loading…
Cancel
Save