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:
@@ -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() );
|
||||
|
Reference in New Issue
Block a user