mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-28 02:11:35 +00:00
Pylint (#67)
This commit is contained in:
parent
6eb8cdfa30
commit
2b0c9d1bbc
11 changed files with 268 additions and 327 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue