mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
move transcoding placeholder
This commit is contained in:
@@ -36,7 +36,6 @@ export const TranscodeSettings = () => {
|
|||||||
aria-label="Transcode bitrate"
|
aria-label="Transcode bitrate"
|
||||||
defaultValue={transcode.bitrate}
|
defaultValue={transcode.bitrate}
|
||||||
min={0}
|
min={0}
|
||||||
placeholder="mp3, opus"
|
|
||||||
w={100}
|
w={100}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
setTranscodingConfig({
|
setTranscodingConfig({
|
||||||
@@ -61,6 +60,7 @@ export const TranscodeSettings = () => {
|
|||||||
<TextInput
|
<TextInput
|
||||||
aria-label="transcoding format"
|
aria-label="transcoding format"
|
||||||
defaultValue={transcode.format}
|
defaultValue={transcode.format}
|
||||||
|
placeholder="mp3, opus"
|
||||||
width={100}
|
width={100}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
setTranscodingConfig({
|
setTranscodingConfig({
|
||||||
|
|||||||
Reference in New Issue
Block a user