Set scanned to false when disconnect - so that we dont perform a full scan when reconnected!
This commit is contained in:
committed by
craig.p.drummond
parent
c4ed8da46d
commit
448648defe
@@ -482,6 +482,7 @@ void RemoteFsDevice::procFinished(int exitCode)
|
||||
} else {
|
||||
setStatusMessage(QString());
|
||||
update=new MusicLibraryItemRoot;
|
||||
scanned=false;
|
||||
emit updating(udi(), false);
|
||||
emit connectionStateHasChanged(udi(), false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user