UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

4 lines (3 loc) 202 B
import { HubSearchResult } from "../../types/actions/HubSearchResult"; import { PlexTrack } from "../../types/PlexTrack"; export default function hubSearchToPlexTrack(item: HubSearchResult): PlexTrack;