Fix downloader bug, use plink and add icon to plugin template

This commit is contained in:
2025-12-28 13:28:50 -06:00
parent abe5ce7fba
commit 2eff24d67b
12 changed files with 21 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ class TYTD.TranscodeVideo : IVideoDownload {
public Start()
{
var id = this.id;
this.ncv.Start();
this.mcv.Start();
var p = new Process();
p.FileName = Env.GetRealExecutablePath("ffmpeg").ToString();