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