diff --git a/src/utils/youtube/structures/Video.ts b/src/utils/youtube/structures/Video.ts index 7ceb49a3..ea403587 100644 --- a/src/utils/youtube/structures/Video.ts +++ b/src/utils/youtube/structures/Video.ts @@ -4,8 +4,6 @@ import { Video as IVideo } from "ytsr"; import { Item, itemType } from "./Item"; type downloadType = "both" | "video" | "audio"; - -// TODO: Duration for Videos export class Video extends Item { public constructor(public raw: IVideo | videoInfo, protected readonly _type: itemType) { super(raw, _type);