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