InternetService: Fix overloaded signal

This commit is contained in:
Jonas Kvinge
2021-11-09 17:42:18 +01:00
parent 84c14349dc
commit b78b4038f6
5 changed files with 8 additions and 8 deletions

View File

@@ -127,8 +127,8 @@ class InternetService : public QObject {
void RemoveArtists(SongList songs);
void RemoveAlbums(SongList songs);
void RemoveSongs(SongList songs);
void RemoveSongs(SongMap songs);
void RemoveSongsByList(SongList songs);
void RemoveSongsByMap(SongMap songs);
void StreamURLFailure(uint id, QUrl original_url, QString error);
void StreamURLSuccess(uint id, QUrl original_url, QUrl stream_url, Song::FileType filetype, int samplerate, int bit_depth, qint64 duration);