mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-08 12:28:05 -05:00
Fixed TorrentSearchResult instance has no attribute 'content' errpr
This commit is contained in:
parent
bcffc09589
commit
18efdb2370
@ -148,8 +148,10 @@ class TorrentSearchResult(SearchResult):
|
|||||||
resultType = "torrent"
|
resultType = "torrent"
|
||||||
|
|
||||||
# torrent hash
|
# torrent hash
|
||||||
|
content = None
|
||||||
hash = None
|
hash = None
|
||||||
|
|
||||||
|
|
||||||
class AllShowsListUI:
|
class AllShowsListUI:
|
||||||
"""
|
"""
|
||||||
This class is for indexer api. Instead of prompting with a UI to pick the
|
This class is for indexer api. Instead of prompting with a UI to pick the
|
||||||
@ -192,6 +194,7 @@ class AllShowsListUI:
|
|||||||
|
|
||||||
return searchResults
|
return searchResults
|
||||||
|
|
||||||
|
|
||||||
class ShowListUI:
|
class ShowListUI:
|
||||||
"""
|
"""
|
||||||
This class is for tvdb-api. Instead of prompting with a UI to pick the
|
This class is for tvdb-api. Instead of prompting with a UI to pick the
|
||||||
|
Loading…
Reference in New Issue
Block a user