Changed channel to playlist

This commit is contained in:
cdricms
2025-02-13 12:27:13 +01:00
parent f96d25e31f
commit 3974e428aa
3 changed files with 21 additions and 6 deletions

View File

@@ -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 {