Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change default play quality
  • Loading branch information
lealeelu committed Aug 20, 2014
1 parent abd7313 commit 542d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/media_objects/_item_view.html.erb
Expand Up @@ -88,7 +88,7 @@ Unless required by applicable law or agreed to in writing, software distributed
features: <%=features.inspect.html_safe%>,
audioHeight: <%= MasterFile::AUDIO_HEIGHT %>,
mobileDisplayedDuration: <%= @currentStream ? (@currentStream.duration.to_f / 1000).round : -1 %>,
startQuality: 'high'
startQuality: 'low'
});
</script>
<% end %>

0 comments on commit 542d7b9

Please sign in to comment.