Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Feb 3, 2017
1 parent 30ce2cd commit 893a92c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions dist/Youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ THE SOFTWARE. */
'use strict';

var _isOnMobile = videojs.browser.IS_IOS || videojs.browser.IS_ANDROID;

var Tech = videojs.getComponent('Tech');
var Tech = videojs.getTech('Tech');

var Youtube = videojs.extend(Tech, {

Expand Down Expand Up @@ -327,9 +326,9 @@ THE SOFTWARE. */

case 101:
case 150:
return {
code: code,
message: 'Playback on other Websites has been disabled by the video owner.'
return {
code: code,
message: 'Playback on other Websites has been disabled by the video owner.'
};
}

Expand Down
Loading

0 comments on commit 893a92c

Please sign in to comment.