mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
small fix for progress message
This commit is contained in:
parent
494bf67198
commit
b2bf2c55c4
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ class LibrarySync():
|
||||||
if(pDialog != None):
|
if(pDialog != None):
|
||||||
progressTitle = "Sync DB : Processing TV Shows"
|
progressTitle = "Sync DB : Processing TV Shows"
|
||||||
pDialog.update(0, progressTitle, "")
|
pDialog.update(0, progressTitle, "")
|
||||||
total = len(allMB3Movies) + 1
|
total = len(allTVShows) + 1
|
||||||
count = 1
|
count = 1
|
||||||
|
|
||||||
#process updates at TV Show level
|
#process updates at TV Show level
|
||||||
|
|
Loading…
Reference in a new issue