mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
disable check hashes on save urls
FIXME!
This commit is contained in:
@@ -67,7 +67,10 @@ export default function AddDialog({
|
|||||||
|
|
||||||
const allHashes = torrents.map(({ hash }) => hash)
|
const allHashes = torrents.map(({ hash }) => hash)
|
||||||
allHashes.includes(currentSourceHash) && handleClose()
|
allHashes.includes(currentSourceHash) && handleClose()
|
||||||
}, [isSaving, torrents, currentSourceHash, handleClose])
|
// FIXME! check api reply on add links
|
||||||
|
const linkRegex = /^(http(s?)):\/\/.*/i
|
||||||
|
torrentSource.match(linkRegex) !== null && handleClose()
|
||||||
|
}, [isSaving, torrents, torrentSource, currentSourceHash, handleClose])
|
||||||
|
|
||||||
const fullScreen = useMediaQuery('@media (max-width:930px)')
|
const fullScreen = useMediaQuery('@media (max-width:930px)')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user