Change debug warn 'Unsupported language option' to log 'Language option doesn't yet exist' since it doesn't have to be an error
This commit is contained in:
parent
a80b31bf98
commit
b57784d1a5
@ -874,7 +874,7 @@ class Plyr {
|
||||
|
||||
// Check for support
|
||||
if (!this.options.captions.includes(language)) {
|
||||
this.debug.warn(`Unsupported language option: ${language}`);
|
||||
this.debug.log(`Language option: ${language} doesn't yet exist`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user