Formatting

This commit is contained in:
Jonas Kvinge
2025-12-09 01:16:41 +01:00
parent 15c2237d4a
commit 5fcb71d08f
164 changed files with 228 additions and 229 deletions

View File

@@ -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 {

View File

@@ -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();

View File

@@ -50,7 +50,6 @@ class SubsonicScrobbleRequest : public SubsonicBaseRequest {
void ScrobbleReplyReceived(QNetworkReply *reply);
private:
struct Request {
explicit Request() : submission(false) {}
// subsonic song id