mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed SignalR - Its FM!
This commit is contained in:
parent
b73f7a02d7
commit
eb42272764
6 changed files with 26 additions and 7 deletions
|
@ -66,10 +66,10 @@ function reloadGrid() {
|
|||
//SignalR
|
||||
$(function () {
|
||||
// Proxy created on the fly
|
||||
var signalRProvider = $.connection.signalRProvider;
|
||||
var episodeHub = $.connection.episodeHub;
|
||||
|
||||
// Declare a function on the chat hub so the server can invoke it
|
||||
signalRProvider.updatedStatus = function (data) {
|
||||
episodeHub.updatedStatus = function (data) {
|
||||
var row = $('[data-episode-id="' + data.EpisodeId + '"]');
|
||||
|
||||
if (row.length == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue