Formatting
This commit is contained in:
@@ -554,7 +554,7 @@ QString SubsonicRequest::ParseSong(Song &song, const QJsonObject &json_object, c
|
||||
if (json_object.contains("genre"_L1)) genre = json_object["genre"_L1].toString();
|
||||
|
||||
QString cover_id;
|
||||
if (use_album_id_for_album_covers() && !album_cover_id.isEmpty()) {
|
||||
if (use_album_id_for_album_covers() && !album_cover_id.isEmpty()) {
|
||||
cover_id = album_cover_id;
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -88,7 +88,6 @@ class SubsonicRequest : public SubsonicBaseRequest {
|
||||
void AlbumCoverReceived(QNetworkReply *reply, const SubsonicRequest::AlbumCoverRequest &request);
|
||||
|
||||
private:
|
||||
|
||||
void AddAlbumsRequest(const int offset = 0, const int size = 500);
|
||||
void FlushAlbumsRequests();
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ class SubsonicScrobbleRequest : public SubsonicBaseRequest {
|
||||
void ScrobbleReplyReceived(QNetworkReply *reply);
|
||||
|
||||
private:
|
||||
|
||||
struct Request {
|
||||
explicit Request() : submission(false) {}
|
||||
// subsonic song id
|
||||
|
||||
Reference in New Issue
Block a user