| Index: ui/file_manager/video_player/js/cast/cast_video_element.js
|
| diff --git a/ui/file_manager/video_player/js/cast/cast_video_element.js b/ui/file_manager/video_player/js/cast/cast_video_element.js
|
| index be1748921da6e85dba4fd6fd1440518076ce9dee..d20455a5b84fb0f7d50eafb39837ac6ff8c49c0c 100644
|
| --- a/ui/file_manager/video_player/js/cast/cast_video_element.js
|
| +++ b/ui/file_manager/video_player/js/cast/cast_video_element.js
|
| @@ -261,8 +261,8 @@ CastVideoElement.prototype = {
|
| this.mediaManager_.getThumbnail()]).
|
| then(function(results) {
|
| var url = results[1];
|
| - var mime = results[2];
|
| - var thumbnailUrl = results[3];
|
| + var mime = results[2]; // maybe empty
|
| + var thumbnailUrl = results[3]; // maybe empty
|
|
|
| this.mediaInfo_ = new chrome.cast.media.MediaInfo(url);
|
| this.mediaInfo_.contentType = mime;
|
|
|