@jjdenhertog/plex-music-search
Version:
Library to find tracks in your Plex Library
20 lines (19 loc) • 389 B
TypeScript
export type Playlist = {
ratingKey: string;
key: string;
guid: string;
type: string;
title: string;
titleSort: string;
summary: string;
smart: true;
playlistType: string;
composite: string;
icon: string;
viewCount: number;
lastViewedAt: number;
duration: number;
leafCount: number;
addedAt: number;
updatedAt: number;
};