mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Add series fixes
Fixed: Link to TheTVDB instead of Trakt on add series Fixed: Don't show year 0 on add series
This commit is contained in:
@@ -69,6 +69,10 @@ define(
|
||||
return this.title;
|
||||
}
|
||||
|
||||
if (!this.year) {
|
||||
return this.title;
|
||||
}
|
||||
|
||||
return new Handlebars.SafeString('{0} <span class="year">({1})</span>'.format(this.title, this.year));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user