mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: UI notifications when using a reverse proxy
This commit is contained in:
parent
0e5b100733
commit
d7ca33ff04
@ -39,7 +39,7 @@ define(
|
||||
console.log(options.action + ': {0}}'.format(options.resource));
|
||||
};
|
||||
|
||||
collection.listenTo(vent, 'server:' + collection.url.replace('/api/', ''), processMessage);
|
||||
collection.listenTo(vent, 'server:' + collection.url.split('/api/')[1], processMessage);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user