mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-28 04:17:31 +00:00
Fixed: UI notifications when using a reverse proxy
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user