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

Merge pull request #5473 from gnattu/don't-extract-lyrics-on-default

Don’t set save lyrics locally as default
This commit is contained in:
Bill Thornton 2024-05-10 12:29:09 -04:00 committed by GitHub
commit 27816655c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>