зеркало из https://github.com/mozilla/pluotsorbet.git
Improve warning message when a media format isn't supported
This commit is contained in:
Родитель
471acd8db8
Коммит
815ac7e0f7
|
@ -429,7 +429,7 @@ PlayerContainer.prototype.realize = function(contentType) {
|
|||
this.player = new ImagePlayer(this);
|
||||
this.player.realize().then(resolve);
|
||||
} else {
|
||||
console.warn("Unsupported media format: " + this.mediaFormat);
|
||||
console.warn("Unsupported media format (" + this.mediaFormat + ") for " + this.url);
|
||||
resolve(false);
|
||||
}
|
||||
}).bind(this));
|
||||
|
|
Загрузка…
Ссылка в новой задаче