mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update to @jellyfin/sdk package
This commit is contained in:
parent
1523f9dfbd
commit
c827fced95
14 changed files with 138 additions and 83 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { AccessSchedule, ParentalRating, UserDto } from '@thornbill/jellyfin-sdk/dist/generated-client';
|
||||
import { DynamicDayOfWeek } from '@thornbill/jellyfin-sdk/dist/generated-client/models/dynamic-day-of-week';
|
||||
import type { AccessSchedule, ParentalRating, UserDto } from '@jellyfin/sdk/lib/generated-client';
|
||||
import { DynamicDayOfWeek } from '@jellyfin/sdk/lib/generated-client/models/dynamic-day-of-week';
|
||||
import React, { FunctionComponent, useCallback, useEffect, useState, useRef } from 'react';
|
||||
import globalize from '../../scripts/globalize';
|
||||
import LibraryMenu from '../../scripts/libraryMenu';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue