mirror of https://github.com/lidarr/Lidarr
13 lines
276 B
HTML
13 lines
276 B
HTML
|
<h3>Season {{seasonNumber}}</h3>
|
|||
|
<table class="table table-hover x-season-table">
|
|||
|
<thead>
|
|||
|
<tr>
|
|||
|
<th>#</th>
|
|||
|
<th>Title</th>
|
|||
|
<th>Air Date</th>
|
|||
|
<th>Quality</th>
|
|||
|
<th>Controls</th>
|
|||
|
</tr>
|
|||
|
</thead>
|
|||
|
<tbody></tbody>
|
|||
|
</table>
|