mirror of https://github.com/calzoneman/sync.git
Fix #918
This commit is contained in:
parent
337e8cd1d3
commit
a33d1e12d2
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.78.1",
|
"version": "3.78.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -59,7 +59,7 @@ window.VideoJSPlayer = class VideoJSPlayer extends Player
|
||||||
width: '100%'
|
width: '100%'
|
||||||
height: '100%'
|
height: '100%'
|
||||||
|
|
||||||
if @mediaType == 'cm' and data.meta.textTracks
|
if @mediaType == 'cm' and data.meta.textTracks != null && data.meta.textTracks.length > 0
|
||||||
attrs.crossorigin = 'anonymous'
|
attrs.crossorigin = 'anonymous'
|
||||||
|
|
||||||
video = $('<video/>')
|
video = $('<video/>')
|
||||||
|
|
Loading…
Reference in New Issue