mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix
This commit is contained in:
@@ -263,7 +263,7 @@ export default function AddDialog({
|
|||||||
<Button
|
<Button
|
||||||
variant='contained'
|
variant='contained'
|
||||||
style={{ minWidth: '110px' }}
|
style={{ minWidth: '110px' }}
|
||||||
disabled={!torrentSource || isHashAlreadyExists || !isTorrentSourceCorrect}
|
disabled={!torrentSource || (isHashAlreadyExists && !isEditMode) || !isTorrentSourceCorrect}
|
||||||
onClick={handleSave}
|
onClick={handleSave}
|
||||||
color='primary'
|
color='primary'
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user