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:
committed by
Nicky Gerritsen
parent
aa2b8e82ff
commit
06fdbaf73d
@@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
||||
@@ -1102,7 +1102,7 @@ class Player extends Component {
|
||||
*/
|
||||
handleTechError_() {
|
||||
let error = this.tech_.error();
|
||||
this.error(error && error.code);
|
||||
this.error(error);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user