commit/StationPlaylist: josephsl: 5.4: Errors are no longer heard during library scan while focused on Insert Tracks dialog.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 21 Aug 2015 07:16:21 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/26773b4ff103/
Changeset: 26773b4ff103
Branch: stable
User: josephsl
Date: 2015-08-21 07:16:05+00:00
Summary: 5.4: Errors are no longer heard during library scan while focused
on Insert Tracks dialog.

Oops, how did the old code stay behind until now? Hopefully this should fix lib
scan problem while Insert Tracks dialog is active.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/__init__.py
b/addon/appModules/splstudio/__init__.py
index 28e7987..b9d6fdf 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -329,7 +329,7 @@ class AppModule(appModuleHandler.AppModule):
# If library scan is in
progress, announce its progress when told to do so.
self.scanCount+=1
if self.scanCount%100 == 0:
-
self._libraryScanAnnouncer(obj.name[1:obj.name.find("]")], libraryScanProgress)
+
self._libraryScanAnnouncer(obj.name[1:obj.name.find("]")],
splconfig.SPLConfig["LibraryScanAnnounce"])
if not self.libraryScanning:
if self.productVersion not in
noLibScanMonitor:
if not
self.backgroundStatusMonitor: self.libraryScanning = True

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: 5.4: Errors are no longer heard during library scan while focused on Insert Tracks dialog. - commits-noreply