fixed bug with video/mp4 not showing in channel

This commit is contained in:
bill bittner 2017-08-23 12:24:51 -07:00
parent 2490d709c9
commit 2a74a895c3

View file

@ -5,7 +5,7 @@
<p>Below are all the free claims in this channel.</p>
{{#each channelContents}}
<div class="all-claims-item">
{{#ifConditional this.fileType '===' 'video/mp4'}}
{{#ifConditional this.contentType '===' 'video/mp4'}}
<video class="all-claims-img" autoplay controls>
<source src="/{{this.claimId}}/{{this.name}}.{{this.fileExtension}}">
{{!--fallback--}}