fix: home refresh

This commit is contained in:
sarendsen
2025-03-13 16:41:43 +01:00
parent ab5df3c9ef
commit c0e9f29c04
2 changed files with 5 additions and 5 deletions

View File

@@ -188,13 +188,13 @@ export const HomeIndex = () => {
const invalidateCache = useInvalidatePlaybackProgressCache();
const refetch = useCallback(async () => {
const refetch = async () => {
setLoading(true);
await refreshStreamyfinPluginSettings();
await invalidateCache();
setLoading(false);
}, []);
};
const createCollectionConfig = useCallback(
(
title: string,