mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 17:30:27 -07:00
Use mkv
This commit is contained in:
parent
6d2864f95e
commit
f7ec14fa01
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ const plugin = async (file, librarySettings, inputs, otherArguments) => {
|
||||||
const response = {
|
const response = {
|
||||||
processFile: false,
|
processFile: false,
|
||||||
preset: '',
|
preset: '',
|
||||||
container: `.${file.container}`,
|
container: '.mkv',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
infoLog: '',
|
infoLog: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue