UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

2 lines (1 loc) 160 B
export declare function searchForTrack(uri: string, token: string, artist: string, track: string, _album?: string): Promise<import("../..").HubSearchResult[]>;