repo.or.cz
/
KisSync.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bump browserslist from 4.16.3 to 4.16.6
[KisSync.git]
/
player
/
streamable.coffee
blob
c7f89fcf52ca5cfb3bd643301b2788ffea1206e8
1
window.StreamablePlayer = class StreamablePlayer extends PlayerJSPlayer
2
constructor: (data) ->
3
if not (this instanceof StreamablePlayer)
4
return new StreamablePlayer(data)
5
6
super(data)
7
8
load: (data) ->
9
data.meta.playerjs =
10
src: "https://streamable.com/e/#{data.id}"
11
12
super(data)