UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

3 lines (2 loc) 150 B
import { Metadata } from "../types/plex/Metadata"; export declare function getMetadata(uri: string, token: string, key: string): Promise<Metadata[]>;