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

don’t set save lyrics locally as default

This commit is contained in:
gnattu 2024-05-10 15:45:29 +08:00
parent a1a2528806
commit 070dd2ac8e

View file

@ -199,7 +199,7 @@
<div class="checkboxContainer checkboxContainer-withDescription advanced">
<label>
<input type="checkbox" is="emby-checkbox" id="chkSaveLyricsLocally" checked />
<input type="checkbox" is="emby-checkbox" id="chkSaveLyricsLocally" />
<span>${SaveLyricsIntoMediaFolders}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${SaveLyricsIntoMediaFoldersHelp}</div>