Update to @jellyfin/sdk package

This commit is contained in:
Bill Thornton
2022-09-16 12:47:59 -04:00
parent 1523f9dfbd
commit c827fced95
14 changed files with 138 additions and 83 deletions
@@ -1,4 +1,4 @@
import type { UserDto } from '@thornbill/jellyfin-sdk/dist/generated-client';
import type { UserDto } from '@jellyfin/sdk/lib/generated-client';
import React, { FunctionComponent } from 'react';
import { formatDistanceToNow } from 'date-fns';
import { localeWithSuffix } from '../../../scripts/dfnshelper';