1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-05-04 15:26:38 +02:00
This commit is contained in:
Leo Franchi 2011-11-06 20:33:52 -05:00
parent b53f83aa95
commit 2d92cdade0

View File

@ -252,7 +252,6 @@ DatabaseImpl::file( int fid )
r->setTrackId( query.value( 9 ).toUInt() ); r->setTrackId( query.value( 9 ).toUInt() );
r->setCollection( s->collection() ); r->setCollection( s->collection() );
r->setScore( 1.0 ); r->setScore( 1.0 );
r->setRID( query.value( 14 ).toString() );
r->setFileId( fid ); r->setFileId( fid );
} }