Use list instead of map for songs in internet search
Fixes issues with sorting
This commit is contained in:
@@ -66,6 +66,7 @@ class TidalFavoriteRequest : public TidalBaseRequest {
|
||||
public slots:
|
||||
void AddArtists(const SongList &songs);
|
||||
void AddAlbums(const SongList &songs);
|
||||
void AddSongs(const SongList &songs);
|
||||
void AddSongs(const SongMap &songs);
|
||||
|
||||
void RemoveArtists(const SongList &songs);
|
||||
|
||||
Reference in New Issue
Block a user