1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Removed checked FIXMEs.

This commit is contained in:
Christian Muehlhaeuser
2015-04-04 14:54:47 +02:00
parent c855ff9575
commit 80202694e3
2 changed files with 2 additions and 5 deletions

View File

@@ -199,10 +199,8 @@ Result::playable() const
{ {
return resolvedByCollection()->isOnline(); return resolvedByCollection()->isOnline();
} }
else
{ return true;
return true; //FIXME
}
} }

View File

@@ -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 );