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:
parent
d40dedfeb2
commit
bb56a1a2cd
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user