1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Use 'albumArtist' (uppercase Artist) for resolvers.

This commit is contained in:
Christian Muehlhaeuser
2014-11-25 16:34:39 +01:00
parent 249388ba57
commit 08db5cde69

View File

@@ -585,7 +585,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(),