UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

3 lines (2 loc) 153 B
import { HubSearchResult } from "../types"; export default function getAlbumTracks(uri: string, token: string, key: string): Promise<HubSearchResult[]>;