Update contents when change path

This commit is contained in:
craig
2012-01-16 19:45:59 +00:00
parent 08598687bf
commit fc8c5a44c4

View File

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