mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
adding episode status to episode view.
This commit is contained in:
parent
21e9bad6d5
commit
41c886b5dc
3 changed files with 28 additions and 16 deletions
|
@ -43,12 +43,15 @@ define(['app'], function () {
|
|||
}
|
||||
|
||||
return 'primary';
|
||||
},
|
||||
hasAired : function () {
|
||||
return Date.create(this.get('airDate')).isBefore(Date.create());
|
||||
}
|
||||
},
|
||||
|
||||
defaults: {
|
||||
seasonNumber: 0,
|
||||
status: 0
|
||||
status : 0
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue