1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01: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->setCollection( s->collection() );
r->setScore( 1.0 );
r->setRID( query.value( 14 ).toString() );
r->setFileId( fid );
}