[cineoob] new command movies_in_common

This commit is contained in:
Julien Veyssier 2013-03-04 15:52:57 +01:00
commit a6430c96b3
5 changed files with 67 additions and 3 deletions

View file

@ -56,3 +56,6 @@ class ImdbBackend(BaseBackend, ICapCinema):
def iter_person_movies(self, id):
return self.browser.iter_person_movies(id)
def iter_person_movies_ids(self, id):
return self.browser.iter_person_movies_ids(id)