mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Series/Index started in backbone
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<td name="status"></td>
|
||||
<td name="title"></td>
|
||||
<td name="seasonCount"></td>
|
||||
<td name="qualityProfileName"></td>
|
||||
<td name="network"></td>
|
||||
<td name="nextAiring"></td>
|
||||
<td name="EpisodeCount">
|
||||
{{#if episodeFileCount}}
|
||||
{{episodeFileCount}}
|
||||
{{else}}
|
||||
0
|
||||
{{/if}}
|
||||
/ {{episodeCount}}
|
||||
<td>
|
||||
<td>Edit/Delete</td>
|
||||
Reference in New Issue
Block a user