mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 21:54:00 +02:00
Return null qstring
This commit is contained in:
@@ -47,6 +47,8 @@ XSPFLoader::errorToString( XSPFErrorCode error )
|
|||||||
return tr( "Some playlist entries were found without artist and track name, they will be omitted");
|
return tr( "Some playlist entries were found without artist and track name, they will be omitted");
|
||||||
case FetchError:
|
case FetchError:
|
||||||
return tr( "Failed to fetch the desired playlist from the network, or the desired file does not exist" );
|
return tr( "Failed to fetch the desired playlist from the network, or the desired file does not exist" );
|
||||||
|
default:
|
||||||
|
return QString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user