UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

4 lines (3 loc) 203 B
import { Track } from "@jjdenhertog/music-search"; import { HubSearchResult } from "../../types/actions/HubSearchResult"; export default function searchResultToTracks(items: HubSearchResult[]): Track[];