fixed api shutdown and more hls progress

This commit is contained in:
LukePulverenti 2013-02-27 18:33:40 -05:00
parent a3de9269e0
commit ce7496877c

View File

@ -1208,3 +1208,8 @@ $(document).on('pagebeforeshow', ".page", function () {
}); });
} }
}); });
setTimeout(function () {
$.post(ApiClient.getUrl("System/Shutdown"));
}, 3000);