You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
722 B
30 lines
722 B
<div class="episode-overview">
|
|
{{overview}}
|
|
</div>
|
|
<div class="episode-file-info">
|
|
{{#if episodeFile}}
|
|
{{#with episodeFile}}
|
|
<table class="table table-bordered">
|
|
<thead>
|
|
<tr>
|
|
<th>Path</th>
|
|
<th>Size</th>
|
|
<th>Quality</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>{{path}}</td>
|
|
<td>{{fileSize size}}</td>
|
|
<td>{{quality.quality.name}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{/with}}
|
|
{{else}}
|
|
<p class="text-warning">
|
|
No file available for this episode.
|
|
</p>
|
|
{{/if}}
|
|
</div>
|