Skip to content

Commit

Permalink
Merge pull request #11 from GlitchZA/master
Browse files Browse the repository at this point in the history
Close #7  couchpotato wantend filter
  • Loading branch information
styxit committed May 25, 2013
2 parents fb23a4c + 2d9ca28 commit 4fb1f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/couchpotato.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def GetImage(self, url, h=None, w=None, o=None):
@cherrypy.expose()
@cherrypy.tools.json_out()
def GetMovieList(self, limit=''):
return self.fetch('movie.list?limit_offset=' + limit)
return self.fetch('movie.list?status=active&limit_offset=' + limit)

@cherrypy.expose()
@cherrypy.tools.json_out()
Expand Down

0 comments on commit 4fb1f0d

Please sign in to comment.