Fix copying track from MTP devices.
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user