Increment convertedVideos variable to correct starting number
This commit is contained in:
parent
5afb90a3ce
commit
b73a57e701
@ -29,7 +29,7 @@ $videos = Get-ChildItem -LiteralPath $videoPath -Name -Recurse -Include ('*.mp4'
|
||||
|
||||
# Instantiating used variables:
|
||||
$videoID = 1
|
||||
$convertedVideos = 0
|
||||
$convertedVideos = 1
|
||||
$notConvertedVideos = 0
|
||||
$failedVideos = 0
|
||||
# Square brackets are used as wildcards in Powershell.
|
||||
|
Loading…
Reference in New Issue
Block a user