Fixed DailyMotion description checking and Locals.com URL grabbing not working

This commit is contained in:
2023-02-17 01:23:36 -05:00
parent 1041f325b7
commit a50b2c2cf0

View File

@@ -340,7 +340,7 @@ if(TestingMode){ ; Easy testing for Yuriy
; check for updates if the setting is enabled
if(AutoUpdateCheck AND !SkipUpdateCheckThisRun){
CheckForUpdates()
CheckForUpdates(GitReleasesAPIURL)
}