Browse Source

Remove quality_id from torrentdesc as it's already included in the release name

pull/6366/head
dahlSTROM 9 years ago
parent
commit
5f20bacb5b
  1. 1
      couchpotato/core/media/_base/providers/torrent/passthepopcorn.py

1
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):

Loading…
Cancel
Save