mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removed mutators from series.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user