From 328597411eda88bbe4ddabd69038e151375bfdaa Mon Sep 17 00:00:00 2001 From: echel0n Date: Thu, 21 Aug 2014 23:32:09 -0700 Subject: [PATCH] Fix for TorrentSearchResult instance has no attribute 'hash' --- sickbeard/classes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sickbeard/classes.py b/sickbeard/classes.py index 5d2d6948..3622d6ea 100644 --- a/sickbeard/classes.py +++ b/sickbeard/classes.py @@ -104,7 +104,7 @@ class SearchResult: # version self.version = -1 - + def __str__(self): if self.provider == None: @@ -147,6 +147,9 @@ class TorrentSearchResult(SearchResult): """ resultType = "torrent" + # torrent hash + hash = None + class AllShowsListUI: """ This class is for indexer api. Instead of prompting with a UI to pick the