mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
removed mutators from series.
This commit is contained in:
parent
50718ae94e
commit
83fe07524a
13 changed files with 97 additions and 80 deletions
|
@ -16,7 +16,9 @@ define(
|
|||
var icon;
|
||||
var tooltip;
|
||||
|
||||
if (this.model.get('episodeFile')) {
|
||||
var hasAired = Date.create(this.model.get('airDate')).isBefore(Date.create());
|
||||
|
||||
if (hasAired) {
|
||||
icon = 'icon-ok';
|
||||
tooltip = 'Episode downloaded';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue