mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Apply auto-build changes
This commit is contained in:
parent
57b4662c3d
commit
808e43e2b5
2 changed files with 27 additions and 1 deletions
|
|
@ -171,6 +171,14 @@ var CLI = /** @class */ (function () {
|
|||
percentage: percentage,
|
||||
});
|
||||
}
|
||||
var fps = (0, cliParsers_1.getHandBrakeFps)({
|
||||
str: str,
|
||||
});
|
||||
if (fps > 0) {
|
||||
_this.config.updateWorker({
|
||||
fps: fps,
|
||||
});
|
||||
}
|
||||
}
|
||||
else if (_this.config.cli.toLowerCase().includes('ffmpeg')) {
|
||||
var n = str.indexOf('fps');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue