From b2bf2c55c41b45dce3ca1be0288ebe703b4b9225 Mon Sep 17 00:00:00 2001 From: im85288 Date: Fri, 20 Mar 2015 11:10:08 +0000 Subject: [PATCH] small fix for progress message --- resources/lib/LibrarySync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index aba17386..e2946862 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -371,7 +371,7 @@ class LibrarySync(): if(pDialog != None): progressTitle = "Sync DB : Processing TV Shows" pDialog.update(0, progressTitle, "") - total = len(allMB3Movies) + 1 + total = len(allTVShows) + 1 count = 1 #process updates at TV Show level