mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
don't show messages for updates that aren't allowed on client.
This commit is contained in:
parent
5a5e160002
commit
345b20f55f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue