Fix: FFMPEG check not being called

Resolves #23
This commit is contained in:
Puyodead1 2021-05-30 17:25:38 -04:00 committed by GitHub
parent 7a77a528aa
commit 60addf51d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1467,7 +1467,7 @@ if __name__ == "__main__":
print("> Aria2c is missing from your system or path!")
sys.exit(1)
ffmpeg_ret_val = check_for_aria()
ffmpeg_ret_val = check_for_ffmpeg()
if not ffmpeg_ret_val:
print("> FFMPEG is missing from your system or path!")
sys.exit(1)