mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
update web
This commit is contained in:
@@ -70,7 +70,7 @@ export default function SettingsDialog({ handleClose }) {
|
||||
const { CacheSize, ReaderReadAHead, PreloadCache } = settings || {}
|
||||
|
||||
useEffect(() => {
|
||||
if (!CacheSize || !ReaderReadAHead || !PreloadCache) return
|
||||
if (!CacheSize || !ReaderReadAHead) return
|
||||
|
||||
setCacheSize(CacheSize)
|
||||
setCachePercentage(ReaderReadAHead)
|
||||
|
||||
Reference in New Issue
Block a user