From d64052920ebd12f88b65a1c35cab4fe49a4dcefc Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 28 Dec 2025 13:42:07 -0600 Subject: [PATCH] Fix downloader bug, use plink and add icon to plugin template --- Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross index f8f3b84..2b0ffb3 100644 --- a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross +++ b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross @@ -785,11 +785,11 @@ class TYTD.Downloader { GetChannelId = TYTD.GetChannelId, Config = { GetAt = (key)=>{ - return this._getPluginValue(info.short_name, key); + return this._getPluginValue(_pkg.pluginName, key); }, SetAt = (key,value)=>{ var value=value.ToString(); - this._setPluginValue(info.short_name,key,value); + this._setPluginValue(_pkg.pluginName,key,value); return value; }, Directory = new SubdirFilesystem(subdir, /"Files"),