mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
Read discnumber from script resolvers
This commit is contained in:
parent
c68772c9b5
commit
081102fee4
@ -251,6 +251,7 @@ ScriptResolver::handleMsg( const QByteArray& msg )
|
||||
rp->setRID( uuid() );
|
||||
rp->setFriendlySource( m_name );
|
||||
rp->setYear( m.value( "year ").toUInt() );
|
||||
rp->setDiscNumber( m.value( "discnumber" ).toUInt() );
|
||||
|
||||
rp->setMimetype( m.value( "mimetype" ).toString() );
|
||||
if ( rp->mimetype().isEmpty() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user