diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 43ee5b7..963b797 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -403,14 +403,14 @@ if(FileExist(VideoLinksIniFile)){ ; MISC IniRead, ErrorLoggingFilePath, %VideoLinksIniFile%, Misc, ErrorLoggingFilePath, %A_Space% - IniRead, TempVideoThumbFilepath, %VideoLinksIniFile%, Misc, VideoThumbFilepath, %A_Space% - if(TempVideoThumbFilepath){ ; if Video Thumbnail was saved in last run, overwrite variable path that was grabbed in the file loop above + + ; I don't remember why I added this, commenting this out on 2024/06/22 for now + ; IniRead, TempVideoThumbFilepath, %VideoLinksIniFile%, Misc, VideoThumbFilepath, %A_Space% +/* if(TempVideoThumbFilepath){ ; if Video Thumbnail was saved in last run, overwrite variable path that was grabbed in the file loop above VideoThumbFilepath := TempVideoThumbFilepath } +*/ - if(VideoFileSizeInMB < 50){ - IniRead, Telegram, %VideoLinksIniFile%, Misc, Telegram, %A_Space% - } }