Replace library option to AutomaticallyAddToCollection
Signed-off-by: Petrus.Z <silencly07@gmail.com>
This commit is contained in:
parent
213fe8fb17
commit
0a57d9358f
4 changed files with 11 additions and 11 deletions
|
@ -39,12 +39,12 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableRealtimeMonitorHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription chkAutoCollectionContainer hide advanced">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyAddToCollectionContainer hide advanced">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkAutoCollection" checked />
|
||||
<span>${LabelAutoCollection}</span>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkAutomaticallyAddToCollection" checked />
|
||||
<span>${LabelAutomaticallyAddToCollection}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelAutoCollectionHelp}</div>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelAutomaticallyAddToCollectionHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="metadataReaders hide advanced" style="margin-bottom: 2em;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue