1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

*sigh* Fix returning years in scriptresolvers

This commit is contained in:
Dominik Schmidt
2012-02-04 01:53:54 +01:00
parent c9b1daeba7
commit e3f6e61900

View File

@@ -250,7 +250,7 @@ ScriptResolver::handleMsg( const QByteArray& msg )
rp->setSize( m.value( "size" ).toUInt() );
rp->setRID( uuid() );
rp->setFriendlySource( m_name );
rp->setYear( m.value( "year ").toUInt() );
rp->setYear( m.value( "year").toUInt() );
rp->setDiscNumber( m.value( "discnumber" ).toUInt() );
rp->setMimetype( m.value( "mimetype" ).toString() );