зеркало из https://github.com/mozilla/pluotsorbet.git
Don't try to infer the media format from the content only if contentSize is 0
This commit is contained in:
Родитель
4a7fa31dc2
Коммит
21e5973901
|
@ -372,7 +372,7 @@ Player.prototype.getBufferSize = function() {
|
|||
};
|
||||
|
||||
Player.prototype.getMediaFormat = function() {
|
||||
if (this.url === null || this.contentSize === 0) {
|
||||
if (this.contentSize === 0) {
|
||||
return this.mediaFormat;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче