mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
update Add form fields
This commit is contained in:
@@ -67,6 +67,7 @@ export default function RightSideComponent({
|
||||
margin='dense'
|
||||
label={t('AddDialog.OriginalTorrentTitle')}
|
||||
type='text'
|
||||
variant='outlined'
|
||||
fullWidth
|
||||
disabled={isCustomTitleEnabled}
|
||||
InputProps={{ readOnly: true }}
|
||||
@@ -79,6 +80,7 @@ export default function RightSideComponent({
|
||||
margin='dense'
|
||||
label={t('AddDialog.CustomTorrentTitle')}
|
||||
type='text'
|
||||
variant='outlined'
|
||||
fullWidth
|
||||
helperText={t('AddDialog.CustomTorrentTitleHelperText')}
|
||||
InputProps={{
|
||||
@@ -107,7 +109,9 @@ export default function RightSideComponent({
|
||||
margin='dense'
|
||||
label={t('AddDialog.TitleBlank')}
|
||||
type='text'
|
||||
variant='outlined'
|
||||
fullWidth
|
||||
helperText={t('AddDialog.TitleBlankHelperText')}
|
||||
/>
|
||||
)}
|
||||
<TextField
|
||||
@@ -116,6 +120,7 @@ export default function RightSideComponent({
|
||||
margin='dense'
|
||||
label={t('AddDialog.AddPosterLinkInput')}
|
||||
type='url'
|
||||
variant='outlined'
|
||||
fullWidth
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user