Update contents when change path

This commit is contained in:
craig
2012-01-16 19:45:59 +00:00
committed by craig
parent 328b77ae79
commit ebe17c0088

View File

@@ -491,6 +491,7 @@ void UmsDevice::saveProperties(const QString &newPath, const Device::NameOptions
}
if (oldPath!=newPath) {
audioFolder=newPath;
rescan();
}
}