mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-22 07:52:46 +00:00
sync progress changes
add (if item count greater) for sync progress dialog always show progress for full sync
This commit is contained in:
parent
46d73464bb
commit
a911249840
4 changed files with 25 additions and 25 deletions
|
@ -120,7 +120,7 @@ class Main():
|
|||
import librarysync
|
||||
lib = librarysync.LibrarySync()
|
||||
if mode == "manualsync":
|
||||
librarysync.ManualSync().sync(dialog=True)
|
||||
librarysync.ManualSync().sync()
|
||||
elif mode == "fastsync":
|
||||
lib.startSync()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue