mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Added footnote to music property
This commit is contained in:
@@ -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[];
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user