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