mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Forgot very bad match.
This commit is contained in:
parent
130a8e7917
commit
c2388829bc
@ -247,6 +247,8 @@ PlayableModel::queryData( const query_ptr& query, int column, int role ) const
|
||||
return tr( "Vague match" );
|
||||
if ( score > 0.3 )
|
||||
return tr( "Bad match" );
|
||||
if ( score > 0.0 )
|
||||
return tr( "Very bad match" );
|
||||
|
||||
return tr( "Not available" );
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user