Skip to content

Commit

Permalink
Changed mimeType to mediaType so that it matches the json
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Nov 17, 2014
1 parent cf010f1 commit 84ffe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/listen/listen.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1 id="chunkInfo" class="row">

<audio id="mainAudioElement" ng-audio="model.audioElement" controls class="debug-ui">
<source ng-repeat="key in model.media.available.audioOrder" ng-src="{{model.media.available.audio[key].url}}" src=""
type="{{model.media.available.audio[key].mimeType}}">
type="{{model.media.available.audio[key].mediaType}}">
Your browser does not support the audio element.
</audio>
<div id="listenEditContainer" ng-class="{disabled : singleEditDisabled()}">
Expand Down

0 comments on commit 84ffe50

Please sign in to comment.