mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
replaced full version of handlebar with handlebar.runtime since we don't need the compiler anymore.
This commit is contained in:
parent
445ea4f344
commit
6d6b236fd4
3 changed files with 317 additions and 1993 deletions
|
@ -6,7 +6,7 @@
|
|||
var seasonNumber = this.get('seasonNumber');
|
||||
|
||||
if (seasonNumber === 0) {
|
||||
return "Specials"
|
||||
return "Specials";
|
||||
}
|
||||
|
||||
return "Season " + seasonNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue