mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
basic width styling for common cells
This commit is contained in:
parent
e1de291f8c
commit
6838298dbc
3 changed files with 21 additions and 5 deletions
|
@ -74,9 +74,11 @@ define(['app', 'Series/SeriesModel'], function () {
|
|||
json[name] = _.bind(this.mutators[name], this)();
|
||||
}
|
||||
}, this));
|
||||
|
||||
json.series = this.get('series').toJSON();
|
||||
|
||||
|
||||
if (this.has('series'))
|
||||
{
|
||||
json.series = this.get('series').toJSON();
|
||||
}
|
||||
return json;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue