mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Interface for optional merging
(cherry picked from commit 654d4418e0c63073c58d15b56c466a84d3af22ab)
This commit is contained in:
parent
8aaea23619
commit
3dfd765f4b
3 changed files with 18 additions and 0 deletions
|
@ -112,6 +112,14 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${OptionAutomaticallyGroupSeriesHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription chkEnableVersionGroupingContainer hide advanced">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" class="chkEnableVersionGrouping" />
|
||||
<span>${OptionEnableVersionGrouping}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${OptionEnableVersionGroupingHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="mediaSegmentProviders advanced hide" style="margin-bottom: 2em;">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue