mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-14 22:22:18 +00:00
some status messages for scan and flush database more often during scan
to prevent error from cancelling entire scan
This commit is contained in:
parent
b24dea9dba
commit
0ebd20bc64
@ -79,6 +79,7 @@ class Scanner:
|
|||||||
self.__remove_track(tr)
|
self.__remove_track(tr)
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
print "Added ", path
|
||||||
tag = self.__try_load_tag(path)
|
tag = self.__try_load_tag(path)
|
||||||
if not tag:
|
if not tag:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user