From 2b61b1f067fee05c8aa4e3d7630ab32648f513b1 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 31 Jul 2022 13:11:28 +0100 Subject: [PATCH] torrentdownload: add new category. resolves #13430 --- src/Jackett.Common/Definitions/torrentdownload.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Definitions/torrentdownload.yml b/src/Jackett.Common/Definitions/torrentdownload.yml index 245173396..7c0e1238f 100644 --- a/src/Jackett.Common/Definitions/torrentdownload.yml +++ b/src/Jackett.Common/Definitions/torrentdownload.yml @@ -71,6 +71,7 @@ caps: - {id: MusicTranceHouseDance, cat: Audio, desc: "Music Trance House Dance"} - {id: Other, cat: Other, desc: Other} - {id: OtherComics, cat: Other, desc: "Other Comics"} + - {id: OtherTutorials, cat: Other, desc: "Other Tutorials"} - {id: OtherUnsorted, cat: Other, desc: "Other Unsorted"} - {id: PicturesPicturesOther, cat: Other/Misc, desc: "Pictures Other"} - {id: PicturesWallpapers, cat: Other/Misc, desc: "Pictures Wallpapers"}