http api回复改成英文

This commit is contained in:
xiongziliang
2023-12-02 15:02:00 +08:00
parent a47c5d2ec0
commit 380887c5d3
2 changed files with 3 additions and 3 deletions

View File

@@ -719,7 +719,7 @@ void installWebApi() {
return 0;
});
val["msg"] = "服务器将在一秒后自动重启";
val["msg"] = "MediaServer will reboot in on 1 second";
});
#else
//增加Windows下的重启代码