Migz Plugins

Updated mkv data check from "" to `` for consistency.
make-only-subtitle-default
Migz93 6 years ago
parent 2836112150
commit 029224f862

@ -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…
Cancel
Save