fixed api shutdown and more hls progress

This commit is contained in:
LukePulverenti
2013-02-27 18:33:40 -05:00
parent 94b6168e27
commit 8d32971354
15 changed files with 300 additions and 1382 deletions

View File

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