mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore(web): fixed typo expect instead of except (#8638)
* chore(web): specify that HDR videos will always be transcoded * chore(web): fixed typo expect instead of except
This commit is contained in:
parent
b107894976
commit
9681f5b360
@ -179,7 +179,7 @@
|
||||
<SettingSelect
|
||||
label="TRANSCODE POLICY"
|
||||
{disabled}
|
||||
desc="Policy for when a video should be transcoded. HDR videos will always be transcoded (expect if transcoding is disabled)."
|
||||
desc="Policy for when a video should be transcoded. HDR videos will always be transcoded (except if transcoding is disabled)."
|
||||
bind:value={config.ffmpeg.transcode}
|
||||
name="transcode"
|
||||
options={[
|
||||
|
Loading…
Reference in New Issue
Block a user