version bump and extra error logging messages
This commit is contained in:
@@ -29,7 +29,7 @@ global ScriptVersion
|
|||||||
global FullScriptName
|
global FullScriptName
|
||||||
|
|
||||||
ScriptName = Freedomain Video Uploader
|
ScriptName = Freedomain Video Uploader
|
||||||
ScriptVersion = 3.15
|
ScriptVersion = 3.16
|
||||||
FullScriptName := ScriptName . " - " . ScriptVersion
|
FullScriptName := ScriptName . " - " . ScriptVersion
|
||||||
|
|
||||||
|
|
||||||
@@ -1511,6 +1511,9 @@ PodcastTags := StrReplace(PodcastTags, "--", "-")
|
|||||||
; Msgbox % "PodcastTags: " PodcastTags
|
; Msgbox % "PodcastTags: " PodcastTags
|
||||||
|
|
||||||
|
|
||||||
|
Message = Starting Upload
|
||||||
|
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||||
|
|
||||||
|
|
||||||
IniRead, FDRRadioURL, %SettingsIniFilepath%, General, FDRRadioURL, %A_Space%
|
IniRead, FDRRadioURL, %SettingsIniFilepath%, General, FDRRadioURL, %A_Space%
|
||||||
if(FDRRadioURL = ""){
|
if(FDRRadioURL = ""){
|
||||||
|
|||||||
Reference in New Issue
Block a user