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

Use 'albumArtist' (uppercase Artist) for resolvers.

This commit is contained in:
Christian Muehlhaeuser
2014-11-25 16:34:39 +01:00
parent 94fa589f37
commit 588725c48b

View File

@@ -566,7 +566,7 @@ JSResolver::parseResultVariantList( const QVariantList& reslist )
Tomahawk::track_ptr track = Tomahawk::Track::get( m.value( "artist" ).toString(), Tomahawk::track_ptr track = Tomahawk::Track::get( m.value( "artist" ).toString(),
m.value( "track" ).toString(), m.value( "track" ).toString(),
m.value( "album" ).toString(), m.value( "album" ).toString(),
m.value( "albumartist" ).toString(), m.value( "albumArtist" ).toString(),
duration, duration,
QString(), QString(),
m.value( "albumpos" ).toUInt(), m.value( "albumpos" ).toUInt(),