diff --git a/CHANGES.md b/CHANGES.md index c04b3b96..9f6f594e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### 0.4.0 (2014-11-24 00:55:00 UTC) +### 0.4.0 (2014-11-26 13:30:00 UTC) * Change footer stats to not add newlines when copy/pasting from them * Remove redundant references from Config/Help & Info @@ -49,6 +49,7 @@ * Add a hover over text "In library" on Add Trending Shows to display tv database show was added from * Fix reduces time API endpoint Shows takes to return results * Fix Coming Eps Page to include shows +/- 1 day for time zone corrections +* Fix season jumping dropdown menu for shows with over 15 seasons on Display Show ### 0.3.1 (2014-11-19 16:40:00 UTC) diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index 44e70645..38a40221 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -349,7 +349,7 @@ #end if #if int($epResult["season"]) != $curSeason: - +

#if int($epResult["season"]) == 0 then "Specials" else "Season " + str($epResult["season"])#