mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
* Result now always returns the actual score regardless of the online state.
This commit is contained in:
@@ -162,10 +162,7 @@ Result::mimetype() const
|
|||||||
float
|
float
|
||||||
Result::score() const
|
Result::score() const
|
||||||
{
|
{
|
||||||
if ( isOnline() )
|
return m_score;
|
||||||
return m_score;
|
|
||||||
else
|
|
||||||
return 0.0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user