fix nacitani videa pro webkit a fix pridavani xml
This commit is contained in:
@@ -23,7 +23,7 @@ class Model {
|
||||
getVideoFileName(xml) {
|
||||
let parser = new DOMParser();
|
||||
let xmlDoc = parser.parseFromString(xml, "text/xml");
|
||||
let videoTag = xmlDoc.activeElement.getAttribute("src");
|
||||
let videoTag = xmlDoc.firstChild.getAttribute("src");
|
||||
|
||||
return videoTag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user