mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Add path to command
This commit is contained in:
parent
d9d03b9517
commit
a8d0ce7eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ var hasEncoder = function (_a) {
|
|||
'/dev/null',
|
||||
], false);
|
||||
args.jobLog("Checking for encoder ".concat(encoder, " with command:"));
|
||||
args.jobLog(ffmpegPath + ' ' + commandArr_1.join(' '));
|
||||
args.jobLog("".concat(ffmpegPath, " ").concat(commandArr_1.join(' ')));
|
||||
return [4 /*yield*/, new Promise(function (resolve) {
|
||||
var error = function () {
|
||||
resolve(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue