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:
commit
27816655c0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue