mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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" );
|
||||
if ( score > 0.3 )
|
||||
return tr( "Bad match" );
|
||||
if ( score > 0.0 )
|
||||
return tr( "Very bad match" );
|
||||
|
||||
return tr( "Not available" );
|
||||
break;
|
||||
|
Reference in New Issue
Block a user