新增对Jellyfin的搜刮(但未完成自动化)

This commit is contained in:
2021-09-30 09:32:51 +08:00
parent f30530d61d
commit ef1ba6f61f
14 changed files with 446 additions and 113 deletions

View File

@@ -151,5 +151,10 @@ public class tools {
videoToolsService.scanVideo();
return "ok";
}
@ResponseBody
@RequestMapping("/public/getUPSPower.do")
public float getUPSPower(){
return Tools.getSystemUPSPower();
}
}