mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue