diff --git a/play-dl/YouTube/classes/Video.ts b/play-dl/YouTube/classes/Video.ts index e5009eb..2d6c3da 100644 --- a/play-dl/YouTube/classes/Video.ts +++ b/play-dl/YouTube/classes/Video.ts @@ -1,6 +1,11 @@ import { YouTubeChannel } from './Channel'; import { YouTubeThumbnail } from './Thumbnail'; +/** + * Licensed music in the video + * + * The property names change depending on your region's language. + */ interface VideoMusic { song?: string | MusicEntry; artist?: string | MusicEntry; @@ -85,6 +90,8 @@ interface VideoOptions { discretionAdvised?: boolean; /** * Gives info about music content in that video. + * + * The property names of VideoMusic change depending on your region's language. */ music?: VideoMusic[]; /**