mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed collection-less results being marked offline.
This commit is contained in:
@@ -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() );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user