EpisodeFile is downloaded if not available already

This commit is contained in:
Mark McDowall
2013-08-21 20:24:50 -07:00
parent b1899b5f6f
commit ce9166c6a9
8 changed files with 103 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
<div class="episode-info">
{{#with series}}
{{qualityProfile qualityProfileId}}
<span class="label label-info">{{network}}</span>
{{/with}}
<span class="label label-info">{{StartTime airDateUtc}}</span>
<span class="label label-info">{{NextAiring airDateUtc}}</span>
</div>
<div class="episode-overview">
{{overview}}
</div>
<div class="episode-file-info"></div>