diff --git a/couchpotato/core/media/movie/providers/torrent/torrentpotato.py b/couchpotato/core/media/movie/providers/torrent/torrentpotato.py index e22f4e7..9bc6b85 100644 --- a/couchpotato/core/media/movie/providers/torrent/torrentpotato.py +++ b/couchpotato/core/media/movie/providers/torrent/torrentpotato.py @@ -17,6 +17,6 @@ class TorrentPotato(MovieProvider, Base): 'user': host['name'], 'passkey': host['pass_key'], 'imdbid': getIdentifier(media), - 'search' : getTitle(media), + 'search' : getTitle(media) + ' ' + str(media['info']['year']), }) return '%s?%s' % (host['host'], arguments)