diff --git a/utils/profiles/trackplayer.ts b/utils/profiles/trackplayer.ts index 4848747b..406c51ff 100644 --- a/utils/profiles/trackplayer.ts +++ b/utils/profiles/trackplayer.ts @@ -10,8 +10,7 @@ import type { } from "@jellyfin/sdk/lib/generated-client/models"; import { Platform } from "react-native"; import MediaTypes from "../../constants/MediaTypes"; - -export type PlatformType = "ios" | "android"; +import type { PlatformType } from "./native"; export interface TrackPlayerProfileOptions { /** Target platform */