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:
parent
a1a2528806
commit
070dd2ac8e
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription advanced">
|
<div class="checkboxContainer checkboxContainer-withDescription advanced">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" is="emby-checkbox" id="chkSaveLyricsLocally" checked />
|
<input type="checkbox" is="emby-checkbox" id="chkSaveLyricsLocally" />
|
||||||
<span>${SaveLyricsIntoMediaFolders}</span>
|
<span>${SaveLyricsIntoMediaFolders}</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription checkboxFieldDescription">${SaveLyricsIntoMediaFoldersHelp}</div>
|
<div class="fieldDescription checkboxFieldDescription">${SaveLyricsIntoMediaFoldersHelp}</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue