mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04:00
Fixed: Year on add series will be shown in grey if its not part of the series title
This commit is contained in:
@@ -69,6 +69,6 @@ define(
|
||||
return this.title;
|
||||
}
|
||||
|
||||
return new Handlebars.SafeString('{0} <em>({1})</em>'.format(this.title, this.year));
|
||||
return new Handlebars.SafeString('{0} <span class="year">({1})</span>'.format(this.title, this.year));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user