mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
add existing is almost done.
This commit is contained in:
parent
023eaca678
commit
4176e7e9e4
12 changed files with 98 additions and 57 deletions
|
@ -3,7 +3,9 @@ NzbDrone.Shared.NotificationModel = Backbone.Model.extend({
|
|||
|
||||
mutators: {
|
||||
pre: function () {
|
||||
return this.get('message').lines().lenght > 1;
|
||||
if (this.get('message')) {
|
||||
return this.get('message').lines().lenght > 1;
|
||||
}
|
||||
},
|
||||
iconClass: function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue