Various minor cleanup

This commit is contained in:
emeric
2024-12-07 11:48:15 +01:00
parent 1dc7e143ef
commit 350e213529
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ namespace lms::api::subsonic
core::Service<core::IConfig>::get()->visitStrings("api-subsonic-old-server-protocol-clients",
[&](std::string_view client) {
res.emplace(std::string{ client }, ProtocolVersion{ 1, 12, 0 });
res.emplace(std::string{ client }, ProtocolVersion{ .major = 1, .minor = 12, .patch = 0 });
},
{ "DSub" });