mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Forgot very bad match.
This commit is contained in:
@@ -247,6 +247,8 @@ PlayableModel::queryData( const query_ptr& query, int column, int role ) const
|
|||||||
return tr( "Vague match" );
|
return tr( "Vague match" );
|
||||||
if ( score > 0.3 )
|
if ( score > 0.3 )
|
||||||
return tr( "Bad match" );
|
return tr( "Bad match" );
|
||||||
|
if ( score > 0.0 )
|
||||||
|
return tr( "Very bad match" );
|
||||||
|
|
||||||
return tr( "Not available" );
|
return tr( "Not available" );
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user