mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-30 01:22:56 +01:00
refactor(profiles): dedupe PlatformType, import from native
This commit is contained in:
@@ -10,8 +10,7 @@ import type {
|
|||||||
} from "@jellyfin/sdk/lib/generated-client/models";
|
} from "@jellyfin/sdk/lib/generated-client/models";
|
||||||
import { Platform } from "react-native";
|
import { Platform } from "react-native";
|
||||||
import MediaTypes from "../../constants/MediaTypes";
|
import MediaTypes from "../../constants/MediaTypes";
|
||||||
|
import type { PlatformType } from "./native";
|
||||||
export type PlatformType = "ios" | "android";
|
|
||||||
|
|
||||||
export interface TrackPlayerProfileOptions {
|
export interface TrackPlayerProfileOptions {
|
||||||
/** Target platform */
|
/** Target platform */
|
||||||
|
|||||||
Reference in New Issue
Block a user