SubsonicRequest: Add const
This commit is contained in:
parent
241a6c5818
commit
6caf7f356b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue