From deae5f12b2e7a0e28fd7b9e8404496da25d2a01f Mon Sep 17 00:00:00 2001 From: Gauvino Date: Mon, 29 Jun 2026 14:36:20 +0200 Subject: [PATCH] refactor(profiles): dedupe PlatformType, import from native --- utils/profiles/trackplayer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */