From cba34c526dc4c6957bf5841ffe06cf7eed9ee773 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 6 Jul 2023 20:24:50 -0400 Subject: [PATCH] Update video.bash --- sabnzbd/video.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sabnzbd/video.bash b/sabnzbd/video.bash index 2afb1dd..612d313 100644 --- a/sabnzbd/video.bash +++ b/sabnzbd/video.bash @@ -181,9 +181,6 @@ VideoSmaProcess (){ smaProcessComplete="true" } -InstallRequirements - - function Main { SECONDS=0 error=0 @@ -207,6 +204,7 @@ function Main { echo "Post Processing Completed in $(($duration / 60 )) minutes and $(($duration % 60 )) seconds!" } +InstallRequirements Main "$@" exit $?