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"),