Skip to content

Commit

Permalink
chore(Video): Convert this to do to an issue #652
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Aug 30, 2021
1 parent 3105336 commit dfd9221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/youtube/structures/Video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dfd9221

Please sign in to comment.