Update YoutubeSeriesDownloader.service

This commit is contained in:
RandomNinjaAtk 2023-07-12 11:08:47 +00:00 committed by GitHub
parent 791011e409
commit 8a59c34b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ YoutubeSeriesDownloaderProcess () {
done done
} }
if [ $enableYoutubeSeriesDownloader == true ]; then if [ "$enableYoutubeSeriesDownloader" == "true" ]; then
log "Starting Script...." log "Starting Script...."
for (( ; ; )); do for (( ; ; )); do
let i++ let i++