1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

updated json serilizer to return defaults

use enum text instead of number
This commit is contained in:
kay.one
2013-05-05 18:16:38 -07:00
parent a6aba16902
commit 40f384968a
7 changed files with 31 additions and 34 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
{{#if bestDateString}}
<span class="label label-inverse air-date" title="{{shortDate}}">{{bestDateString}}</span>
{{else}}
<span class="label label-inverse">{{statusText}}</span>
<span class="label label-inverse">{{status}}</span>
{{/if}}
<span class="label label-info">Season {{seasonCount}}</span>
{{else}}