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