Skip to content

Commit

Permalink
mteamtp: update categories
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 13, 2024
1 parent 34521b1 commit 3878873
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jackett.Common/Indexers/MTeamTp.cs
Expand Up @@ -90,7 +90,9 @@ private static TorznabCapabilities SetCapabilities()
caps.Categories.AddCategoryMapping(407, TorznabCatType.TVSport, "Sports(運動)");
caps.Categories.AddCategoryMapping(422, TorznabCatType.PC0day, "Software(軟體)");
caps.Categories.AddCategoryMapping(423, TorznabCatType.PCGames, "PCGame(PC遊戲)");
caps.Categories.AddCategoryMapping(427, TorznabCatType.Books, "eBook(電子書)");
caps.Categories.AddCategoryMapping(427, TorznabCatType.BooksEBook, "Study/Edu ebook(教育書面)");
caps.Categories.AddCategoryMapping(441, TorznabCatType.BooksOther, "Study/Edu video(教育影片)");
caps.Categories.AddCategoryMapping(442, TorznabCatType.AudioAudiobook, "Study/Edu audio(教育音檔)");
caps.Categories.AddCategoryMapping(409, TorznabCatType.Other, "Misc(其他)");

// music
Expand Down

0 comments on commit 3878873

Please sign in to comment.