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

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