1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00
Radarr/UI/ServerStatus.js
Keivan Beigi 24c77b4047 broken
2013-06-20 18:43:58 -07:00

7 lines
158 B
JavaScript

var statusText = $.ajax({
type : "GET",
url : '/api/system/status',
async: false
}).responseText;
window.ServerStatus = JSON.parse(statusText);