From 9a2f8874d5ecd6b1bd5db6b7269b37a48a369657 Mon Sep 17 00:00:00 2001 From: yuriy Date: Wed, 20 Sep 2023 20:56:25 -0400 Subject: [PATCH] fixed social media poster filepath not getting saved --- Freedomain Video Uploader.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 6600a1e..a2bdd06 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -1394,7 +1394,7 @@ if(SocialMediaPosterFilepath = "" or !FileExist(SocialMediaPosterFilepath)){ Return } - IniWrite, SocialMediaPosterFilepath, %SettingsIniFilepath%, SocialMediaPoster, SocialMediaPosterFilepath + IniWrite, %SocialMediaPosterFilepath%, %SettingsIniFilepath%, SocialMediaPoster, SocialMediaPosterFilepath } run, %SocialMediaPosterFilepath% "%VideoLinksIniFile%"