Skip to content

Commit

Permalink
Fixed newznab categories not saving.
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored and fernandog committed Apr 19, 2016
1 parent 2f3eb32 commit da99e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/webserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -4763,7 +4763,7 @@ def saveProviders(self, newznab_string='', torrentrss_string='', provider_order=
cur_name, cur_url, cur_key, cur_cat = curNewznabProviderStr.split('|')
cur_url = config.clean_url(cur_url)

newProvider = newznab.NewznabProvider(cur_name, cur_url, key=cur_key)
newProvider = newznab.NewznabProvider(cur_name, cur_url, key=cur_key, catIDs=cur_cat)

cur_id = newProvider.get_id()

Expand Down

0 comments on commit da99e46

Please sign in to comment.