Skip to content

Commit

Permalink
iptbar: fix invalid categories #9596
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 22, 2020
1 parent 7babbff commit ce821be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Jackett.Common/Definitions/1ptbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ caps:
- {id: 405, cat: TV/Anime, desc: "Animations/动漫"}
- {id: 403, cat: TV, desc: "TV Show/综艺"}
- {id: 406, cat: Audio/Video, desc: "MusicVideo/音乐视频"}
- {id: 407, cat: Audio/Video, desc: "Sports/体育"}
- {id: 407, cat: TV/Sport, desc: "Sports/体育"}
- {id: 408, cat: Audio, desc: "HQ Audio/音乐"}
- {id: 409, cat: Other, desc: "其它 (Other)"}
- {id: 412, cat: Education, desc: "教育"}
- {id: 409, cat: Other, desc: "Other/其它"}
- {id: 412, cat: Other, desc: "Education/教育"}

modes:
search: [q, imdbid]
Expand Down

0 comments on commit ce821be

Please sign in to comment.