Fixed: (Redacted) Map Categories Comedy & E-Learning Videos to 'Other'

indexer does not actually have movies and tv
This commit is contained in:
bakerboy448
2022-03-08 20:39:20 -06:00
committed by Qstick
parent aee6ee1a00
commit 83ca724120

View File

@@ -73,8 +73,8 @@ namespace NzbDrone.Core.Indexers.Definitions
caps.Categories.AddCategoryMapping(2, NewznabStandardCategory.PC, "Applications");
caps.Categories.AddCategoryMapping(3, NewznabStandardCategory.BooksEBook, "E-Books");
caps.Categories.AddCategoryMapping(4, NewznabStandardCategory.AudioAudiobook, "Audiobooks");
caps.Categories.AddCategoryMapping(5, NewznabStandardCategory.MoviesOther, "E-Learning Videos");
caps.Categories.AddCategoryMapping(6, NewznabStandardCategory.TVOther, "Comedy");
caps.Categories.AddCategoryMapping(5, NewznabStandardCategory.Other, "E-Learning Videos");
caps.Categories.AddCategoryMapping(6, NewznabStandardCategory.Other, "Comedy");
caps.Categories.AddCategoryMapping(7, NewznabStandardCategory.BooksComics, "Comics");
return caps;