mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07:00
Remove file count, unecessary after the file info tab was added
Fixes #215.
This commit is contained in:
parent
bd0ec5dfce
commit
8c3260c545
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@
|
|||
|
||||
<span class="label label-info">{{Bytes sizeOnDisk}}</span>
|
||||
|
||||
{{#if_eq fileCount compare="1"}}
|
||||
<span class="label label-info"> 1 file</span>
|
||||
{{else}}
|
||||
<span class="label label-info"> {{fileCount}} files</span>
|
||||
{{/if_eq}}
|
||||
|
||||
{{#if_eq status compare="released"}}
|
||||
<span class="label label-info">{{inCinemas}}</span>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue