Skip to content

Commit

Permalink
add recording remux option
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Nov 1, 2016
1 parent b39cf08 commit 20c0a4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 125 deletions.
7 changes: 7 additions & 0 deletions MediaBrowser.WebDashboard/dashboard-ui/livetvsettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ <h3 class="checkboxListLabel">${LabelEnableInternetMetadataForTvPrograms}</h3>
<option value="mkv">MKV</option>
</select>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkPreserveVideo" />
<span>${OptionConvertRecordingPreserveVideo}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${OptionConvertRecordingPreserveVideoHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkPreserveAudio" />
Expand Down
Loading

0 comments on commit 20c0a4c

Please sign in to comment.