mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -62,7 +62,7 @@ export default function DialogCacheInfo({ hash }) {
|
|||||||
}, [hash])
|
}, [hash])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!cache?.PiecesCount || !cache?.Pieces) return
|
if (!cache.PiecesCount || !cache.Pieces) return
|
||||||
|
|
||||||
const { Pieces, PiecesCount, Readers } = cache
|
const { Pieces, PiecesCount, Readers } = cache
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user