mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Fixed collection-less results being marked offline.
This commit is contained in:
parent
e57105669c
commit
cede16bc50
@ -128,7 +128,7 @@ Result::id() const
|
||||
bool
|
||||
Result::isOnline() const
|
||||
{
|
||||
return ( !collection().isNull() && collection()->source()->isOnline() );
|
||||
return ( ( !collection().isNull() && collection()->source()->isOnline() ) || collection().isNull() );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user