mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Episode count on posters and coloured bars
This commit is contained in:
parent
5bfcc511e8
commit
9ba0623987
7 changed files with 78 additions and 17 deletions
15
UI/Series/Index/EpisodeProgressPartial.html
Normal file
15
UI/Series/Index/EpisodeProgressPartial.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{{#if_eq episodeFileCount compare=episodeCount}}
|
||||
{{#if_eq status compare="continuing"}}
|
||||
<div class="progress">
|
||||
{{else}}
|
||||
<div class="progress progress-success">
|
||||
{{/if_eq}}
|
||||
|
||||
{{else}}
|
||||
<div class="progress progress-danger">
|
||||
{{/if_eq}}
|
||||
|
||||
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
|
||||
|
||||
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue