Skip to content

Commit f72b961

Browse files
authored
Small indent issue in SoundsDownloadScript.ps1
1 parent f0746e7 commit f72b961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundsDownloadScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $rcloneUpdate = $false # Update rclone to the latest stable
5252
$Logging = $true # Force logging: $true = logging on, $false = no logging, $Logging > $null = read cmd line & don't force
5353
$Printjson = $false # Print the episode metadata in json format to the console for troubleshooting
5454
$LogDirectory = 'E:\FilesTemp\Debug' # Directory to save/move logs to when -Logging switch is present
55-
$LogFileNameFormat = "{0}-{1}-{2}-{3}.log" # Format the log file name: {0} = ShortTitle, {1} = log id, {2} = PID, {3} = log type, {4} = date/time
55+
$LogFileNameFormat = "{0}-{1}-{2}-{3}.log" # Format the log file name: {0} = ShortTitle, {1} = log id, {2} = PID, {3} = log type, {4} = date/time
5656

5757
<# Paths to ffmpeg, ffprobe kid3-cli, openvpn (optional), rclone (optional), and yt-dlp executables - or use the following:
5858
(Get-ChildItem -Path $PSScriptRoot -Filter "<name-of.exe>" -Recurse | Sort-Object -Descending -Property LastWriteTime | Select-Object -First 1 | % { $_.FullName })

0 commit comments

Comments
 (0)