forked from openlp/openlp
fix video play problem with newer webkit version and webkit player
This commit is contained in:
parent
32659978c4
commit
65ce3c84d2
@ -121,8 +121,8 @@ sup {
|
||||
}
|
||||
switch(state){
|
||||
case 'init':
|
||||
vid.src = path;
|
||||
vid2.src = path;
|
||||
vid.src = 'file:///' + path;
|
||||
vid2.src = 'file:///' + path;
|
||||
if(loop == null) loop = false;
|
||||
vid.looping = loop;
|
||||
vid2.looping = loop;
|
||||
|
Loading…
Reference in New Issue
Block a user