Skip to content

Commit

Permalink
Nyaa: Fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Feb 20, 2014
1 parent fb799d9 commit 0b1052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/site-packages/xbmctorrent/scrapers/nyaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def default_nyaa_page(cats, offset, sort, order):

@plugin.route("/nyaa/search/<term>/<offset>/<sort>/<order>")
@tracked
def search_result_page(cats, offset, sort, order, term):
def search_result_page(term, offset, sort, order):
return nyaa_page("1_0", offset, sort, order, term)


Expand Down

0 comments on commit 0b1052e

Please sign in to comment.