mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 10:14:43 +01:00
Subsonic: Remove obsolete return
This commit is contained in:
parent
0e6dbaf71a
commit
9ac7518156
@ -201,7 +201,6 @@ void SubsonicRequest::AlbumsReplyReceived(QNetworkReply *reply, const int offset
|
|||||||
else {
|
else {
|
||||||
Error("Json error object is missing code or message.", json_obj);
|
Error("Json error object is missing code or message.", json_obj);
|
||||||
AlbumsFinishCheck(offset_requested, size_requested);
|
AlbumsFinishCheck(offset_requested, size_requested);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user