updated link

This commit is contained in:
controlol 2020-02-07 01:05:07 +01:00 committed by GitHub
parent 426227d8ed
commit 207ef9d422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,10 @@ function plugin(file, librarySettings, inputs, otherArguments) {
} else {
var languages = inputs.languages.split(','); //these languages should be kept, named according to ISO 639-2 language scheme
}
if (inputs.special !== null) {
if (inputs.special !== "") {
var special = inputs.special.split(',');
} else {
var special = ``;
}
if (languages.length >= special.length) {
var length = languages.length;