mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Migz Plugins
Updated mkv data check from "" to `` for consistency.
This commit is contained in:
parent
2836112150
commit
029224f862
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ function plugin(file, librarySettings, inputs) {
|
||||||
|
|
||||||
// Check if file is MKV, if so then add extra argument to drop data. MKV does not support data streams.
|
// Check if file is MKV, if so then add extra argument to drop data. MKV does not support data streams.
|
||||||
if (inputs.container == "mkv") {
|
if (inputs.container == "mkv") {
|
||||||
extraArguments += "-map -0:d ";
|
extraArguments += `-map -0:d `;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if 10bit variable is true.
|
// Check if 10bit variable is true.
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ function plugin(file, librarySettings, inputs) {
|
||||||
|
|
||||||
// Check if file is MKV, if so then add extra argument to drop data. MKV does not support data streams.
|
// Check if file is MKV, if so then add extra argument to drop data. MKV does not support data streams.
|
||||||
if (inputs.container == "mkv") {
|
if (inputs.container == "mkv") {
|
||||||
extraArguments += "-map -0:d ";
|
extraArguments += `-map -0:d `;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if 10bit variable is true.
|
// Check if 10bit variable is true.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue