UNPKG

innertuber-rn

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

11 lines 400 B
import { YTNode } from '../helpers.js'; class MusicDownloadStateBadge extends YTNode { constructor(data) { super(); this.playlist_id = data.playlistId; this.supported_download_states = data.supportedDownloadStates; } } MusicDownloadStateBadge.type = 'MusicDownloadStateBadge'; export default MusicDownloadStateBadge; //# sourceMappingURL=MusicDownloadStateBadge.js.map