Skip to content

Commit

Permalink
Merge pull request #2301 from avalonmediasystem/bugfix-2275
Browse files Browse the repository at this point in the history
Change default to add sections
  • Loading branch information
cjcolvar committed Sep 8, 2017
2 parents 2e60750 + 1f59a98 commit a22007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/media_objects/_add_to_playlist_form.html.erb
Expand Up @@ -34,7 +34,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<label class="col-sm-2 control-label">Playlist Item Scope</label>
<div class="col-sm-10">
<label class="radio-inline">
<input type="radio" value="section" name="post[playlistitem_scope]" id="playlistitem_scope_section">
<input type="radio" value="section" name="post[playlistitem_scope]" id="playlistitem_scope_section" checked="true">
Create single item for <%= 'each ' if scope != 'master_file' %>section<%= " (#{stream_label_for(MasterFile.find(masterfile_id))})" if scope == 'master_file' %>
</label>
<br>
Expand Down

0 comments on commit a22007d

Please sign in to comment.