1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: show proper episode file count on series details

This commit is contained in:
Mark McDowall
2014-11-01 23:20:41 -07:00
parent c159a378a0
commit ea43d78ad1
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<span class="label label-info">{{runtime}} minutes</span>
<span class="label label-info">{{path}}</span>
<span class="label label-info">{{Bytes sizeOnDisk}}</span>
<span class="label label-info">{{episodeFileCount}} files</span>
<span class="label label-info">{{fileCount}} files</span>
{{#if_eq status compare="continuing"}}
<span class="label label-info">Continuing</span>
{{else}}