mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Small changes, we will actually see the episode cacher on the scheduled jobs page now
This commit is contained in:
parent
0657264dd3
commit
a38877d984
3 changed files with 9 additions and 8 deletions
|
@ -136,13 +136,13 @@
|
|||
{{#if episodes}}
|
||||
<div id="{{requestId}}toolTipContent">
|
||||
{{#each episodes}}
|
||||
Season: {{this.seasonNumber}}
|
||||
<br />
|
||||
Episodes Requested:
|
||||
{{#each this.episodes}}
|
||||
{{this}}
|
||||
{{/each}}
|
||||
<hr />
|
||||
Season: {{this.seasonNumber}}
|
||||
<br />
|
||||
Episodes Requested:
|
||||
{{#each this.episodes}}
|
||||
{{this}}
|
||||
{{/each}}
|
||||
<hr />
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue