1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added item type to refresh info

This commit is contained in:
Luke Pulverenti 2014-02-08 17:38:02 -05:00
parent 265af89fe6
commit e471daf7ef

View file

@ -197,7 +197,7 @@
reloadList(page, true); reloadList(page, true);
$(ApiClient).on("websocketmessage", onWebSocketMessage).on("websocketopen", onWebSocketConnectionChange).on("websocketerror", onWebSocketConnectionChange).on("websocketclose", onWebSocketConnectionChange); $(ApiClient).on("websocketmessage", onWebSocketMessage).on("websocketopen", onWebSocketConnectionChange);
$('#divScheduledTasks', page).on('click', '.btnStartTask', function () { $('#divScheduledTasks', page).on('click', '.btnStartTask', function () {