mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
feat: guide grid view
This commit is contained in:
@@ -169,7 +169,7 @@ export default function index() {
|
||||
setLoading(true);
|
||||
await queryClient.invalidateQueries();
|
||||
setLoading(false);
|
||||
}, [queryClient, user?.Id]);
|
||||
}, []);
|
||||
|
||||
const createCollectionConfig = useCallback(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user