mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-06 15:22:08 +08:00
修复可用外置存储路径列表不完整的问题
This commit is contained in:
@ -35,7 +35,6 @@ export default memo(({
|
|||||||
await readDir(path)
|
await readDir(path)
|
||||||
} catch { continue }
|
} catch { continue }
|
||||||
storagePathsRef.current.push(path)
|
storagePathsRef.current.push(path)
|
||||||
break
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, [])
|
}, [])
|
||||||
|
Reference in New Issue
Block a user