Auto reformatted the base, ref #470

This commit is contained in:
emeric
2024-05-24 23:31:52 +02:00
parent 83b868673c
commit 39941d90a3
460 changed files with 8583 additions and 8514 deletions
+5 -3
View File
@@ -21,8 +21,10 @@
#include <string>
#include <vector>
#include "database/Object.hpp"
#include "database/Types.hpp"
#include "SubsonicResponse.hpp"
namespace lms::db
@@ -30,7 +32,7 @@ namespace lms::db
class Artist;
class User;
class Session;
}
} // namespace lms::db
namespace lms::api::subsonic
{
@@ -38,7 +40,7 @@ namespace lms::api::subsonic
{
std::string joinArtistNames(const std::vector<db::ObjectPtr<db::Artist>>& artists);
std::string_view toString(db::TrackArtistLinkType type);
}
} // namespace utils
Response::Node createArtistNode(RequestContext& context, const db::ObjectPtr<db::Artist>& artist, const db::ObjectPtr<db::User>& user, bool id3);
Response::Node createArtistNode(const db::ObjectPtr<db::Artist>& artist); // only minimal info
}
} // namespace lms::api::subsonic