mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web and add rutor sets
This commit is contained in:
@@ -14,6 +14,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
EnableDLNA,
|
||||
EnableIPv6,
|
||||
FriendlyName,
|
||||
EnableRutorSearch,
|
||||
ForceEncrypt,
|
||||
DisableTCP,
|
||||
DisableUTP,
|
||||
@@ -158,6 +159,12 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<br />
|
||||
<FormControlLabel
|
||||
control={<Switch checked={EnableRutorSearch} onChange={inputForm} id='EnableRutorSearch' color='secondary' />}
|
||||
label={t('SettingsDialog.EnableRutorSearch')}
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<br />
|
||||
<InputLabel htmlFor='RetrackersMode'>{t('SettingsDialog.RetrackersMode')}</InputLabel>
|
||||
<Select
|
||||
onChange={inputForm}
|
||||
|
||||
@@ -15,6 +15,7 @@ export default {
|
||||
EnableDebug: false,
|
||||
EnableIPv6: false,
|
||||
FriendlyName: '',
|
||||
EnableRutorSearch: false,
|
||||
ForceEncrypt: false,
|
||||
PeersListenPort: 0,
|
||||
PreloadCache: 50,
|
||||
|
||||
Reference in New Issue
Block a user