mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-21 00:35:08 +00:00
Slight adjust for manual sync
Can't return value in __init__, instead calling a function to know if manual sync succeeded or not.
This commit is contained in:
parent
d6a79bf01b
commit
8bde429da4
2 changed files with 7 additions and 4 deletions
|
@ -114,7 +114,7 @@ class Main:
|
|||
import librarysync
|
||||
lib = librarysync.LibrarySync()
|
||||
if mode == "manualsync":
|
||||
librarysync.ManualSync(dialog=True)
|
||||
librarysync.ManualSync().sync(dialog=True)
|
||||
else:
|
||||
lib.fullSync(repair=True)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue