Subsonic API: bumped licence expiration
This commit is contained in:
@@ -12,7 +12,7 @@ namespace API::Subsonic
|
|||||||
Response response{ Response::createOkResponse(context.serverProtocolVersion) };
|
Response response{ Response::createOkResponse(context.serverProtocolVersion) };
|
||||||
|
|
||||||
Response::Node& licenseNode{ response.createNode("license") };
|
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("email", "foo@bar.com");
|
||||||
licenseNode.setAttribute("valid", true);
|
licenseNode.setAttribute("valid", true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user