Added footnote to music property
This commit is contained in:
parent
53f379215b
commit
da04d38069
@ -1,6 +1,11 @@
|
|||||||
import { YouTubeChannel } from './Channel';
|
import { YouTubeChannel } from './Channel';
|
||||||
import { YouTubeThumbnail } from './Thumbnail';
|
import { YouTubeThumbnail } from './Thumbnail';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Licensed music in the video
|
||||||
|
*
|
||||||
|
* The property names change depending on your region's language.
|
||||||
|
*/
|
||||||
interface VideoMusic {
|
interface VideoMusic {
|
||||||
song?: string | MusicEntry;
|
song?: string | MusicEntry;
|
||||||
artist?: string | MusicEntry;
|
artist?: string | MusicEntry;
|
||||||
@ -85,6 +90,8 @@ interface VideoOptions {
|
|||||||
discretionAdvised?: boolean;
|
discretionAdvised?: boolean;
|
||||||
/**
|
/**
|
||||||
* Gives info about music content in that video.
|
* Gives info about music content in that video.
|
||||||
|
*
|
||||||
|
* The property names of VideoMusic change depending on your region's language.
|
||||||
*/
|
*/
|
||||||
music?: VideoMusic[];
|
music?: VideoMusic[];
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user