Added check for Locals URL when started from VU and Locals checkbox checked appropriately
This commit is contained in:
@@ -264,8 +264,11 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
||||
IniRead, RumbleURL, %ErrorLoggingDirectory%,URLs, RumbleURL, %A_Space%
|
||||
IniRead, BrighteonURL, %ErrorLoggingDirectory%,URLs, BrighteonURL, %A_Space%
|
||||
IniRead, BitChuteURL, %ErrorLoggingDirectory%,URLs, BitChuteURL, %A_Space%
|
||||
IniRead, LocalsURL, %ErrorLoggingDirectory%,URLs, LocalsURL, %A_Space%
|
||||
|
||||
IniRead, PodcastNumber, %ErrorLoggingDirectory%,Misc, PodcastNumber, %A_Space%
|
||||
|
||||
|
||||
if(BitChuteURL = ""){
|
||||
if(RumbleURL != "")
|
||||
VideoURL := RumbleURL
|
||||
@@ -284,6 +287,10 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
||||
|
||||
Discord := 0
|
||||
Telegram := 0
|
||||
|
||||
; if videos was uploaded to locals, don't SMP announce
|
||||
if(LocalsURL)
|
||||
Locals := 1
|
||||
}
|
||||
else, { ; otherwise passed in from a previous run.
|
||||
|
||||
@@ -296,7 +303,6 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
||||
|
||||
ReadWebsiteStatuses() ; Read .ini file of post statuses for each site
|
||||
}
|
||||
; Tooltip
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[Social-Media-Poster]
|
||||
Version=2.90
|
||||
Version=2.92
|
||||
|
||||
Reference in New Issue
Block a user