mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-19 21:08:59 +00:00
fix progress dialog error for box sets
This commit is contained in:
parent
aa764d65a6
commit
65b6411fb3
2 changed files with 3 additions and 3 deletions
|
@ -193,7 +193,7 @@ class LibrarySync():
|
|||
|
||||
if(pDialog != None):
|
||||
progressTitle = "Sync DB : BoxSets"
|
||||
pDialog.update(percentage, progressTitle, "Updating Movie: " + str(count))
|
||||
pDialog.update(0, progressTitle, "Retrieving Boxset List")
|
||||
|
||||
utils.logMsg("Sync Movies", "BoxSet Sync Started", 1)
|
||||
boxsets = ReadEmbyDB().getBoxSets()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue