1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Disable "Automatically add to collection" by default

This commit is contained in:
Joe Rogers 2022-05-16 16:47:24 +02:00
parent a36f515b30
commit ea0161d132
No known key found for this signature in database
GPG key ID: 0074AD57B8FDBBB4

View file

@ -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>