mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-16 06:16:21 +00:00
wip
This commit is contained in:
@@ -24,7 +24,11 @@ export default function page() {
|
||||
const res = await getSyncPlayApi(api).syncPlayGetGroups();
|
||||
return res.data;
|
||||
},
|
||||
refetchInterval: 5000,
|
||||
refetchInterval: 1000,
|
||||
refetchIntervalInBackground: true,
|
||||
refetchOnWindowFocus: true,
|
||||
refetchOnReconnect: true,
|
||||
refetchOnMount: true,
|
||||
});
|
||||
|
||||
const createGroupMutation = useMutation({
|
||||
|
||||
Reference in New Issue
Block a user