mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Fixed SignalR - Its FM!
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user