Fix copying track from MTP devices.

This commit is contained in:
craig.p.drummond@gmail.com
2012-05-04 11:06:46 +00:00
parent 141ca1d67e
commit 05ee81da0e
2 changed files with 2 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
them all again (which will result in the same hit again), start at the next
provider. This allows all providers to be checked. Thanks to Martin
Blumenstingl for the patch.
39. Fix copying track from MTP devices.
0.6.1
-----

View File

@@ -675,7 +675,7 @@ void MtpDevice::copySongTo(const Song &s, const QString &baseDir, const QString
}
currentSong=s;
emit getSong(s, musicPath+musicPath);
emit getSong(s, currentBaseDir+currentMusicPath);
}
void MtpDevice::removeSong(const Song &s)