fixed bug with video/mp4 not showing in channel
This commit is contained in:
parent
2490d709c9
commit
2a74a895c3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<p>Below are all the free claims in this channel.</p>
|
<p>Below are all the free claims in this channel.</p>
|
||||||
{{#each channelContents}}
|
{{#each channelContents}}
|
||||||
<div class="all-claims-item">
|
<div class="all-claims-item">
|
||||||
{{#ifConditional this.fileType '===' 'video/mp4'}}
|
{{#ifConditional this.contentType '===' 'video/mp4'}}
|
||||||
<video class="all-claims-img" autoplay controls>
|
<video class="all-claims-img" autoplay controls>
|
||||||
<source src="/{{this.claimId}}/{{this.name}}.{{this.fileExtension}}">
|
<source src="/{{this.claimId}}/{{this.name}}.{{this.fileExtension}}">
|
||||||
{{!--fallback--}}
|
{{!--fallback--}}
|
||||||
|
|
Loading…
Reference in a new issue