mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -237,7 +237,9 @@ export default function SettingsDialog() {
|
|||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />}
|
control={
|
||||||
|
<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />
|
||||||
|
}
|
||||||
label='Remove cache from disk on drop torrent'
|
label='Remove cache from disk on drop torrent'
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user