Speedup automation getinfo

This commit is contained in:
Ruud
2014-01-17 22:38:38 +01:00
parent 082da6e3a6
commit b3f1f938be
@@ -25,7 +25,7 @@ class IMDBBase(Automation, RSS):
interval = 1800
def getInfo(self, imdb_id):
return fireEvent('movie.info', identifier = imdb_id, merge = True)
return fireEvent('movie.info', identifier = imdb_id, extended = False, merge = True)
class IMDBWatchlist(IMDBBase):