Migz Plugins

Updated mkv data check from "" to `` for consistency.
This commit is contained in:
Migz93 2020-05-23 12:25:26 +01:00
parent 2836112150
commit 029224f862
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.