Wrong param set for newznab

This commit is contained in:
Ruud
2012-07-11 19:25:38 +02:00
parent af49d0ea3a
commit cc374bf8fa
@@ -181,7 +181,7 @@ class Newznab(NZBProvider, RSS):
hosts = self.getHosts()
for host in hosts:
result = super(Newznab, self).belongsTo(url, host = host['host'], provider)
result = super(Newznab, self).belongsTo(url, host = host['host'], provider = provider)
if result:
return result