1
0
mirror of https://github.com/videojs/video.js.git synced 2025-11-06 09:19:15 +02:00

@MattiasBuelens Retain details from tech error. closes #3313

This commit is contained in:
Mattias Buelens
2016-05-17 12:18:14 +02:00
committed by Nicky Gerritsen
parent aa2b8e82ff
commit 06fdbaf73d
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ CHANGELOG
* @nickygerritsen Add title to all clickable components ([view](https://github.com/videojs/video.js/pull/3296))
* @nickygerritsen Update Dutch language file ([view](https://github.com/videojs/video.js/pull/3297))
* @hartman Add descriptions and audio button to adaptive classes ([view](https://github.com/videojs/video.js/pull/3312))
* @MattiasBuelens Retain details from tech error ([view](https://github.com/videojs/video.js/pull/3313))
--------------------

View File

@@ -1102,7 +1102,7 @@ class Player extends Component {
*/
handleTechError_() {
let error = this.tech_.error();
this.error(error && error.code);
this.error(error);
}
/**