Update tanstack query to v5
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { queryOptions, useQuery } from '@tanstack/react-query';
|
||||
import type { Api } from '@jellyfin/sdk';
|
||||
import { getSystemApi } from '@jellyfin/sdk/lib/utils/api/system-api';
|
||||
import type { AxiosRequestConfig } from 'axios';
|
||||
|
||||
import { useApi } from './useApi';
|
||||
import { queryOptions } from 'utils/query/queryOptions';
|
||||
|
||||
const fetchSystemInfo = async (
|
||||
api?: Api,
|
||||
|
||||
Reference in New Issue
Block a user