Merge pull request #3647 from 1337joe/disable_auto_collection
Disable "Automatically add to collection" by default
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyAddToCollectionContainer hide advanced">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkAutomaticallyAddToCollection" checked />
|
||||
<input is="emby-checkbox" type="checkbox" id="chkAutomaticallyAddToCollection" />
|
||||
<span>${LabelAutomaticallyAddToCollection}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelAutomaticallyAddToCollectionHelp}</div>
|
||||
|
||||
Reference in New Issue
Block a user