mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-27 23:59:53 +01:00
Add device url to mtp loader failure message
This commit is contained in:
parent
3a86a93154
commit
ad062862d8
@ -63,7 +63,7 @@ bool MtpLoader::TryLoad() {
|
|||||||
|
|
||||||
MtpConnection dev(url_);
|
MtpConnection dev(url_);
|
||||||
if (!dev.is_valid()) {
|
if (!dev.is_valid()) {
|
||||||
emit Error(tr("Error connecting MTP device"));
|
emit Error(tr("Error connecting MTP device %1").arg(url_.toString()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user