Changed '.searcher.single' call to use search_dict for media serialization

This commit is contained in:
Dean Gardiner
2013-12-06 23:55:04 +13:00
parent afe9aed2eb
commit d8884bb655
+1 -1
View File
@@ -175,7 +175,7 @@ class MovieBase(MovieTypeBase):
fireEvent('media.restatus', m.id)
movie_dict = m.to_dict(self.default_dict)
movie_dict = m.to_dict(self.search_dict)
fireEventAsync('movie.searcher.single', movie_dict, on_complete = self.createNotifyFront(media_id))
db.expire_all()