diff --git a/couchpotato/core/providers/torrent/publichd/main.py b/couchpotato/core/providers/torrent/publichd/main.py index cf0e6878..5996fe92 100644 --- a/couchpotato/core/providers/torrent/publichd/main.py +++ b/couchpotato/core/providers/torrent/publichd/main.py @@ -24,7 +24,7 @@ class PublicHD(TorrentProvider): results = [] - if self.isDisabled() or quality['hd'] != True: + if self.isDisabled() or not quality.get('hd', False): return results params = tryUrlencode({