Subsonic API: bumped licence expiration

This commit is contained in:
emeric
2023-11-02 23:09:22 +01:00
parent 72ec58dd94
commit 679d3d358c
@@ -12,7 +12,7 @@ namespace API::Subsonic
Response response{ Response::createOkResponse(context.serverProtocolVersion) };
Response::Node& licenseNode{ response.createNode("license") };
licenseNode.setAttribute("licenseExpires", "2025-09-03T14:46:43");
licenseNode.setAttribute("licenseExpires", "2035-09-03T14:46:43");
licenseNode.setAttribute("email", "foo@bar.com");
licenseNode.setAttribute("valid", true);