mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3647 from 1337joe/disable_auto_collection
Disable "Automatically add to collection" by default
(cherry picked from commit 9b8507706c
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
parent
7e0b442e38
commit
5acf1b0d27
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyAddToCollectionContainer hide advanced">
|
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyAddToCollectionContainer hide advanced">
|
||||||
<label>
|
<label>
|
||||||
<input is="emby-checkbox" type="checkbox" id="chkAutomaticallyAddToCollection" checked />
|
<input is="emby-checkbox" type="checkbox" id="chkAutomaticallyAddToCollection" />
|
||||||
<span>${LabelAutomaticallyAddToCollection}</span>
|
<span>${LabelAutomaticallyAddToCollection}</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription checkboxFieldDescription">${LabelAutomaticallyAddToCollectionHelp}</div>
|
<div class="fieldDescription checkboxFieldDescription">${LabelAutomaticallyAddToCollectionHelp}</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue