UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

3 lines (2 loc) 220 B
import { HubSearchResult } from "../../types/actions/HubSearchResult"; export declare function searchForAlbumTracks(uri: string, token: string, artist: string, _track: string, album: string): Promise<HubSearchResult[]>;