mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Don't require info plugins to return album for AlbumSongs
This commit is contained in:
@@ -222,7 +222,7 @@ AlbumPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData re
|
|||||||
|
|
||||||
track = Tomahawk::Track::get( m.value( "artist" ).toString(),
|
track = Tomahawk::Track::get( m.value( "artist" ).toString(),
|
||||||
m.value( "track" ).toString(),
|
m.value( "track" ).toString(),
|
||||||
m.value( "album" ).toString(),
|
inputInfo[ "album" ],
|
||||||
inputInfo[ "artist" ],
|
inputInfo[ "artist" ],
|
||||||
duration,
|
duration,
|
||||||
QString(),
|
QString(),
|
||||||
|
Reference in New Issue
Block a user