mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-31 05:38:04 +01:00
Merge pull request #310 from theli-ua/remixes
Include remixes albums when fetching releases from musicbrainz
This commit is contained in:
commit
d9445378b9
@ -98,7 +98,7 @@ MusicBrainzPlugin::notInCacheSlot( InfoStringHash criteria, InfoRequestData requ
|
||||
case InfoArtistReleases:
|
||||
{
|
||||
querySt.append( QString( "artist:\"%1\"" ).arg(criteria["artist"]) );
|
||||
querySt.append( " AND (type:album OR type:ep)" );
|
||||
querySt.append( " AND (type:album OR type:ep OR type:remix)" );
|
||||
querySt.append( " AND status:official" );
|
||||
querySt.append( " AND NOT secondarytype:live" );
|
||||
querySt.append( " AND NOT secondarytype:compilation" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user