From 721190028b9cac0f07aa75c60ad82bc592d2ab36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Fri, 6 Dec 2013 09:34:02 +0100 Subject: [PATCH] not needed --- couchpotato/core/providers/torrent/publichd/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/publichd/main.py b/couchpotato/core/providers/torrent/publichd/main.py index ac196ba2..a42d629b 100644 --- a/couchpotato/core/providers/torrent/publichd/main.py +++ b/couchpotato/core/providers/torrent/publichd/main.py @@ -33,7 +33,7 @@ class Base(TorrentMagnetProvider): return super(Base, self).search(movie, quality) - def _searchOnTitle(self, title, media, quality, results): + def _search(self, media, quality, results): query = self.buildUrl(media)