Fixed: HistoryDetailsLayoutTemplate.hbs (#2361)

pull/2/head
Pieter Janssens 7 years ago committed by Leonardo Galli
parent efbb587290
commit 663ac972cd

@ -6,8 +6,8 @@
<h3>
{{#if_eq eventType compare="grabbed"}}Grabbed{{/if_eq}}
{{#if_eq eventType compare="downloadFailed"}}Download Failed{{/if_eq}}
{{#if_eq eventType compare="downloadFolderImported"}}Episode Imported{{/if_eq}}
{{#if_eq eventType compare="episodeFileDeleted"}}Episode File Deleted{{/if_eq}}
{{#if_eq eventType compare="downloadFolderImported"}}Movie Imported{{/if_eq}}
{{#if_eq eventType compare="episodeFileDeleted"}}Movie File Deleted{{/if_eq}}
</h3>
</div>

Loading…
Cancel
Save