From ebe17c0088f7d64ba2a15c0c3f5e2f2fc8d3ed92 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 16 Jan 2012 19:45:59 +0000 Subject: [PATCH] Update contents when change path --- devices/umsdevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/umsdevice.cpp b/devices/umsdevice.cpp index d9a51cd67..87c982f4d 100644 --- a/devices/umsdevice.cpp +++ b/devices/umsdevice.cpp @@ -491,6 +491,7 @@ void UmsDevice::saveProperties(const QString &newPath, const Device::NameOptions } if (oldPath!=newPath) { + audioFolder=newPath; rescan(); } }