UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

3 lines (2 loc) 190 B
import { HubSearchResult } from "../types/actions/HubSearchResult"; export default function hubSearch(uri: string, token: string, query: string, limit?: number): Promise<HubSearchResult[]>;