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

This commit is contained in:
2025-12-28 15:25:29 -06:00
parent 5106c5dc6b
commit 148106f191

View File

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