diff --git a/couchpotato/core/media/_base/providers/torrent/passthepopcorn.py b/couchpotato/core/media/_base/providers/torrent/passthepopcorn.py index 2bffdb0..ee01836 100644 --- a/couchpotato/core/media/_base/providers/torrent/passthepopcorn.py +++ b/couchpotato/core/media/_base/providers/torrent/passthepopcorn.py @@ -76,7 +76,6 @@ class Base(TorrentProvider): if 'RemasterTitle' in torrent and torrent['RemasterTitle']: torrentdesc += self.htmlToASCII(' %s' % torrent['RemasterTitle']) - torrentdesc += ' (%s)' % quality_id torrent_name = torrent['ReleaseName'] + ' - %s' % torrentdesc def extra_check(item):