Private GIT

Skip to content
Snippets Groups Projects
Commit 1f38affb authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Use scenename=1 on NZBMatrix searches (even though it's broken)

parent 8a22da2d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,8 @@ class NZBMatrixProvider(generic.NZBProvider):
"apikey": sickbeard.NZBMATRIX_APIKEY,
"subcat": "6,41",
"english": 1,
"ssl": 1}
"ssl": 1,
"scenename": 1}
# if the show is a documentary use those cats on nzbmatrix
if show and show.genre and 'documentary' in show.genre.lower():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment