mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
don't show messages for updates that aren't allowed on client.
This commit is contained in:
@@ -15,7 +15,7 @@ define(
|
|||||||
|
|
||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
if (!this.model.get('message')) {
|
if (!this.model.get('message') || !this.model.get('sendUpdatesToClient')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user