Signed-off-by: anasty17 <e.anastayyar@gmail.com>
This commit is contained in:
anasty17 2025-01-01 04:02:52 +02:00
parent 815b9f5a47
commit 628e96df3f
No known key found for this signature in database
GPG Key ID: EAAC8A2DF2861DE4

View File

@ -1265,7 +1265,7 @@ class TaskConfig:
task_dict[self.mid] = FFmpegStatus(self, gid, "FFmpeg")
await cpu_eater_lock.acquire()
LOGGER.info(f"Running ffmpeg cmd for: {f_path}")
self.subsize = await aiopath.getsize(file_path)
self.subsize = await aiopath.getsize(f_path)
self.subname = file_
res = await run_ffmpeg_cmd(self, cmd, f_path)
self.subproc = None