fixed locals always going for new upload isntead of trying to grab url of existing upload
This commit is contained in:
@@ -238,6 +238,9 @@ if(AutoSubmitstatus = "-1"){ ; if checked YES
|
||||
|
||||
; LocalsTabURL := SaveDriverURL()
|
||||
|
||||
; Set variable so that URL gets grabbed later in the upload
|
||||
LocalsGrabURL := 1
|
||||
|
||||
Return
|
||||
}
|
||||
Return
|
||||
@@ -253,7 +256,7 @@ Return
|
||||
;--------------LocalsGrabURL----------------------------------
|
||||
LocalsGrabURL:
|
||||
|
||||
CurrentSite := Locals
|
||||
CurrentSite := "Locals"
|
||||
|
||||
SaveOrPostProgress(Message:="Navigating to Locals Feed to grab URL",PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||
; SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile")
|
||||
@@ -424,9 +427,6 @@ AddToTotalVideosUploadedCount()
|
||||
|
||||
SaveDriverURL()
|
||||
|
||||
; Set variable so that URL gets grabbed later in the upload
|
||||
LocalsGrabURL := 1
|
||||
|
||||
|
||||
Return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user