Skip to main content
Module

x/muse/mod.ts>Playlist

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
interface Playlist
Re-export
import { type Playlist } from "https://deno.land/x/muse@0.0.97/mod.ts";

Properties

id: string
privacy: "PUBLIC" | "PRIVATE" | "UNLISTED"
editable: boolean
title: string
thumbnails: Thumbnail[]
description: string | null
authors: ArtistRun[]
type: string

can be Playlist, Chart or Radio

year: string | null
trackCount: number | null
duration: string | null
duration_seconds: number
tracks: PlaylistItem[]
continuation: string | null
suggestions: PlaylistItem[]
suggestions_continuation: string | null