mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix: progress data not updating due to enabled being set
https://stackoverflow.com/a/72230424
This commit is contained in:
@@ -31,7 +31,6 @@ export const ScrollingCollectionList: React.FC<Props> = ({
|
||||
const { data, isLoading } = useQuery({
|
||||
queryKey,
|
||||
queryFn,
|
||||
enabled: !disabled,
|
||||
staleTime: 0,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user