mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): remove markdown from settings (#9873)
This commit is contained in:
parent
802b4ef190
commit
77d1b9ace6
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
<SettingSelect
|
||||
label="PRESET (-preset)"
|
||||
{disabled}
|
||||
desc="Compression speed. Slower presets produce smaller files, and increase quality when targeting a certain bitrate. VP9 ignores speeds above `faster`."
|
||||
desc="Compression speed. Slower presets produce smaller files, and increase quality when targeting a certain bitrate. VP9 ignores speeds above faster."
|
||||
bind:value={config.ffmpeg.preset}
|
||||
name="preset"
|
||||
options={[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue