mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
EpisodeFile is downloaded if not available already
This commit is contained in:
14
UI/Episode/Summary/EpisodeSummaryLayoutTemplate.html
Normal file
14
UI/Episode/Summary/EpisodeSummaryLayoutTemplate.html
Normal 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>
|
Reference in New Issue
Block a user