This commit is contained in:
angelblue05 2016-10-10 06:14:10 -05:00 committed by GitHub
commit 2b0c9d1bbc
11 changed files with 268 additions and 327 deletions

View file

@ -999,14 +999,11 @@ class ManualSync(LibrarySync):
def __init__(self):
LibrarySync.__init__(self)
def sync(self):
return self.fullSync(manualrun=True)
def movies(self, embycursor, kodicursor, pdialog):
return Movies(embycursor, kodicursor, pdialog).compare_all()