Skip to content

Commit

Permalink
Merge pull request #8 from ozonezone/video-type-private
Browse files Browse the repository at this point in the history
Add MUSIC_VIDEO_TYPE_PRIVATELY_OWNED_TRACK to video type
  • Loading branch information
vixalien authored Nov 11, 2023
2 parents 49d2e61 + 34e1bf9 commit 905bca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsers/playlists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ import {
export type VideoType =
| "MUSIC_VIDEO_TYPE_OMV" /** Official Music Videos */
| "MUSIC_VIDEO_TYPE_UGC" /** User Generated Content */
| "MUSIC_VIDEO_TYPE_ATV" /** Artist Videos */;
| "MUSIC_VIDEO_TYPE_ATV" /** Artist Videos */
| "MUSIC_VIDEO_TYPE_PRIVATELY_OWNED_TRACK" /** Song uploaded by user */;

export interface PlaylistItem {
videoId: string;
Expand Down

0 comments on commit 905bca2

Please sign in to comment.