Skip to content

Commit

Permalink
admin: disable qf if transcoding disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Nov 16, 2024
1 parent b310d9b commit b5326c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/admin/sections/VideoTranscoder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
min="15"
max="45"
placeholder="25"
:disabled="!enableTranscoding"
:label="t('memories', 'Quality Factor (15 - 45) (default 25)')"
:label-visible="true"
:value="String(config['memories.vod.qf'])"
Expand Down

0 comments on commit b5326c4

Please sign in to comment.