mirror of https://github.com/Radarr/Radarr
Fixed: HistoryDetailsLayoutTemplate.hbs (#2361)
This commit is contained in:
parent
efbb587290
commit
663ac972cd
|
@ -6,8 +6,8 @@
|
||||||
<h3>
|
<h3>
|
||||||
{{#if_eq eventType compare="grabbed"}}Grabbed{{/if_eq}}
|
{{#if_eq eventType compare="grabbed"}}Grabbed{{/if_eq}}
|
||||||
{{#if_eq eventType compare="downloadFailed"}}Download Failed{{/if_eq}}
|
{{#if_eq eventType compare="downloadFailed"}}Download Failed{{/if_eq}}
|
||||||
{{#if_eq eventType compare="downloadFolderImported"}}Episode Imported{{/if_eq}}
|
{{#if_eq eventType compare="downloadFolderImported"}}Movie Imported{{/if_eq}}
|
||||||
{{#if_eq eventType compare="episodeFileDeleted"}}Episode File Deleted{{/if_eq}}
|
{{#if_eq eventType compare="episodeFileDeleted"}}Movie File Deleted{{/if_eq}}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue