1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 01:27:00 +00:00

don't show messages for updates that aren't allowed on client.

This commit is contained in:
kay.one 2013-09-11 20:11:38 -07:00
parent 5a5e160002
commit 345b20f55f

View file

@ -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;
} }