SubsonicRequest: Add const

This commit is contained in:
Jonas Kvinge 2024-06-12 18:12:20 +02:00
parent 241a6c5818
commit 6caf7f356b
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ void SubsonicRequest::GetAlbumCovers() {
void SubsonicRequest::AddAlbumCoverRequest(const Song &song) {
QUrl cover_url(song.art_automatic());
const QUrl cover_url = song.art_automatic();
if (!cover_url.isValid()) {
return;