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

Loading…
Cancel
Save