1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 00:22:31 +02:00

Don't require info plugins to return album for AlbumSongs

This commit is contained in:
Dominik Schmidt 2015-05-12 20:08:08 +02:00
parent d40dedfeb2
commit bb56a1a2cd

View File

@ -222,7 +222,7 @@ AlbumPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData re
track = Tomahawk::Track::get( m.value( "artist" ).toString(),
m.value( "track" ).toString(),
m.value( "album" ).toString(),
inputInfo[ "album" ],
inputInfo[ "artist" ],
duration,
QString(),