mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Removed checked FIXMEs.
This commit is contained in:
@@ -199,10 +199,8 @@ Result::playable() const
|
|||||||
{
|
{
|
||||||
return resolvedByCollection()->isOnline();
|
return resolvedByCollection()->isOnline();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
return true;
|
||||||
return true; //FIXME
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -866,7 +866,6 @@ AudioEngine::play( const QUrl& url )
|
|||||||
result->setMimetype( tags["mimetype"].toString() );
|
result->setMimetype( tags["mimetype"].toString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
// result->setScore( 1.0 );
|
|
||||||
result->setResolvedByCollection( SourceList::instance()->getLocal()->collections().first(), false );
|
result->setResolvedByCollection( SourceList::instance()->getLocal()->collections().first(), false );
|
||||||
|
|
||||||
// Tomahawk::query_ptr qry = Tomahawk::Query::get( t );
|
// Tomahawk::query_ptr qry = Tomahawk::Query::get( t );
|
||||||
|
Reference in New Issue
Block a user