mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
adding episode status to episode view.
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user