Use list instead of map for songs in internet search

Fixes issues with sorting
This commit is contained in:
Jonas Kvinge
2022-06-12 01:59:05 +02:00
parent f1dc0f95c8
commit fa3891e383
12 changed files with 20 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ class InternetService : public QObject {
void AddArtists(SongList songs);
void AddAlbums(SongList songs);
void AddSongs(SongMap songs);
void AddSongs(SongList songs);
void RemoveArtists(SongList songs);
void RemoveAlbums(SongList songs);