Added better link processing and logging

This commit is contained in:
Chris Plaatjes 2023-02-15 12:20:07 -05:00
parent f8f94b4afc
commit 88dd3b5908
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ namespace TeleTok
proxyUrl = CreateDownloadLink(url);
TeleTok.LogMessage("");
return proxyUrl;
}