Fix to MovieSearcher.single to set default media type as types aren't in develop yet.
This commit is contained in:
@@ -116,6 +116,10 @@ class MovieSearcher(SearcherBase, MovieTypeBase):
|
||||
|
||||
def single(self, movie, search_protocols = None, manual = False):
|
||||
|
||||
# movies don't contain 'type' yet, so just set to default here
|
||||
if 'type' not in movie:
|
||||
movie['type'] = 'movie'
|
||||
|
||||
# Find out search type
|
||||
try:
|
||||
if not search_protocols:
|
||||
|
||||
Reference in New Issue
Block a user