From edf2b38d849b7674932f7d9d3147e59db752e44c Mon Sep 17 00:00:00 2001 From: yuriy Date: Sat, 4 Mar 2023 00:18:29 -0500 Subject: [PATCH] version bump and extra error logging messages --- Freedomain Video Uploader.ahk | 5 ++++- Lib/Freedomain-Posters-Shared-Functions | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 68ad0de..b8cd91d 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -29,7 +29,7 @@ global ScriptVersion global FullScriptName ScriptName = Freedomain Video Uploader -ScriptVersion = 3.15 +ScriptVersion = 3.16 FullScriptName := ScriptName . " - " . ScriptVersion @@ -1511,6 +1511,9 @@ PodcastTags := StrReplace(PodcastTags, "--", "-") ; Msgbox % "PodcastTags: " PodcastTags +Message = Starting Upload +SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging") + IniRead, FDRRadioURL, %SettingsIniFilepath%, General, FDRRadioURL, %A_Space% if(FDRRadioURL = ""){ diff --git a/Lib/Freedomain-Posters-Shared-Functions b/Lib/Freedomain-Posters-Shared-Functions index 4eada9e..e7735c3 160000 --- a/Lib/Freedomain-Posters-Shared-Functions +++ b/Lib/Freedomain-Posters-Shared-Functions @@ -1 +1 @@ -Subproject commit 4eada9ea7603439cf42a3b9d523b79b2a40b3697 +Subproject commit e7735c39c6c0e6ccedf10eadd7b5018f9c416053