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
+4 -4
View File
@@ -24,6 +24,7 @@
#include <Wt/Http/Request.h>
#include "database/Object.hpp"
#include "ClientInfo.hpp"
#include "ProtocolVersion.hpp"
@@ -31,7 +32,7 @@ namespace lms::db
{
class Session;
class User;
}
} // namespace lms::db
namespace lms::api::subsonic
{
@@ -43,7 +44,6 @@ namespace lms::api::subsonic
ClientInfo clientInfo;
ProtocolVersion serverProtocolVersion;
bool enableOpenSubsonic{ true };
bool enableDefaultCover{ };
bool enableDefaultCover{};
};
}
} // namespace lms::api::subsonic