Changed channel to playlist
This commit is contained in:
@@ -10,7 +10,7 @@ export interface IYoutube {
|
||||
export interface IYoutubeItem {
|
||||
kind: string;
|
||||
etag: string;
|
||||
id: IYoutubeID;
|
||||
id: IYoutubeID | string;
|
||||
snippet: IYoutubeSnippet;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ export interface IYoutubeSnippet {
|
||||
channelTitle: string;
|
||||
liveBroadcastContent: string;
|
||||
publishTime: Date;
|
||||
resourceId: IYoutubeID;
|
||||
}
|
||||
|
||||
export interface IYoutubeThumbnails {
|
||||
|
||||
Reference in New Issue
Block a user