Skip to content

Commit

Permalink
wow cool search and replace error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Oct 11, 2023
1 parent 0448105 commit 0100b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/Core/Providers/Twitch/TwitchVOD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ export class TwitchVOD extends BaseVOD {

let filename = "";
try {
filename = await Twitchtw.VOD.downloadVideo(
filename = await TwitchVOD.downloadVideo(
this.twitch_vod_id.toString(),
quality,
path.join(this.directory, `${this.basename}_vod.mp4`)
Expand Down

0 comments on commit 0100b3b

Please sign in to comment.