From 597e015730806047bd37ca6311a0d726059a47c7 Mon Sep 17 00:00:00 2001 From: montellese Date: Mon, 31 Aug 2015 16:07:54 +0200 Subject: CVideoLibraryProgressJob: don't force the progress dialog/bar open in DoWork() --- xbmc/video/jobs/VideoLibraryProgressJob.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/xbmc/video/jobs/VideoLibraryProgressJob.cpp b/xbmc/video/jobs/VideoLibraryProgressJob.cpp index 14a93bbaa3..072513d002 100644 --- a/xbmc/video/jobs/VideoLibraryProgressJob.cpp +++ b/xbmc/video/jobs/VideoLibraryProgressJob.cpp @@ -29,11 +29,8 @@ CVideoLibraryProgressJob::~CVideoLibraryProgressJob() bool CVideoLibraryProgressJob::DoWork() { - SetProgress(0.0f); - bool result = CVideoLibraryJob::DoWork(); - SetProgress(100.0f); MarkFinished(); return result; -- cgit v1.2.3