UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

18 lines (17 loc) 335 B
export type HubSearchAlbumResult = { id: string; type: "album"; ratingKey: string; guid: string; score: number; image: string; year: number; title: string; artist: { guid: string; id: string; title: string; alternative_title: string; image: string; }; };