Skip to content

Commit

Permalink
Made sure the cookies validation message is also send back for rsstor…
Browse files Browse the repository at this point in the history
…rent.py
  • Loading branch information
p0psicles committed Jul 5, 2016
1 parent f323d15 commit 053e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/providers/rsstorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def validate_rss(self): # pylint: disable=too-many-return-statements

try:
add_cookie = self.add_cookies_from_ui()
if not add_cookie:
if not add_cookie.get('result'):
return add_cookie

# pylint: disable=protected-access
Expand Down

0 comments on commit 053e4e1

Please sign in to comment.