From 7a77ddf0e9ed45e5fbdde7817924f4e72118d303 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 2 Sep 2012 18:36:53 +0200 Subject: [PATCH] Add description to ptp --- couchpotato/core/providers/torrent/passthepopcorn/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/providers/torrent/passthepopcorn/main.py b/couchpotato/core/providers/torrent/passthepopcorn/main.py index f9dd016c..f9416f74 100644 --- a/couchpotato/core/providers/torrent/passthepopcorn/main.py +++ b/couchpotato/core/providers/torrent/passthepopcorn/main.py @@ -135,6 +135,7 @@ class PassThePopcorn(TorrentProvider): 'type': 'torrent', 'provider': self.getName(), 'name': torrent_name, + 'description': '', 'url': '%s?action=download&id=%d&authkey=%s&torrent_pass=%s' % (self.urls['torrent'], torrent_id, authkey, passkey), 'detail_url': self.urls['detail'] % torrent_id, 'date': tryInt(time.mktime(parse(torrent['UploadTime']).timetuple())),