Fix to MovieSearcher.single to set default media type as types aren't in develop yet.

This commit is contained in:
Dean Gardiner
2013-10-12 15:11:46 +13:00
parent 73d7d01ae4
commit e96724beaf
@@ -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: