add newline after fdrpodcasts URL for post body

main
James A. Pyrich 9 months ago
parent 0597c90144
commit 982f857640
Signed by: jamesapyrich
GPG Key ID: ABF20C869408D651

@ -272,7 +272,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
VideoURL := BitChuteURL
if(PodcastNumber != ""){
PodcastURL := "https://fdrpodcasts.com/" . PodcastNumber . "`n"
PodcastURL := "https://fdrpodcasts.com/" . PodcastNumber . "`n`n"
}
; Append bitchute url to bottom of description

Loading…
Cancel
Save