Skip to content

Commit

Permalink
skipthecommercials: update category description (#12641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Dec 5, 2021
1 parent a469179 commit 441c1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/skipthecommercials-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ caps:
# dont forget to update the case block in the search fields category
categorymappings:
- {id: 15, cat: TV, desc: "TV Show"}
- {id: 16, cat: Movies, desc: "Movie"}
- {id: 16, cat: Movies, desc: "TV Movie"}

modes:
search: [q]
Expand Down Expand Up @@ -67,7 +67,7 @@ search:
selector: category
case:
"TV Show": 15
"Movie": 16
"TV Movie": 16
title:
selector: name
details:
Expand Down
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/skipthecommercials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ links:
caps:
categorymappings:
- {id: 15, cat: TV, desc: "TV Show"}
- {id: 16, cat: Movies, desc: "Movie"}
- {id: 16, cat: Movies, desc: "TV Movie"}

modes:
search: [q]
Expand Down

0 comments on commit 441c1c6

Please sign in to comment.