Got drag-n-drop to schedule working.
This commit is contained in:
parent
90be85de26
commit
85bbe39578
6 changed files with 152 additions and 47 deletions
|
|
@ -74,7 +74,7 @@ module.exports.fetchMetadata = async function(link){
|
|||
|
||||
function compatibilityFilter(file){
|
||||
//return true for all files that match for web-safe formats
|
||||
return file.format == "h.264" || file.format == "Ogg Video" || file.format.match("MPEG4");
|
||||
return file.format == "h.264 IA" || file.format == "h.264" || file.format == "Ogg Video" || file.format.match("MPEG4");
|
||||
}
|
||||
|
||||
function pathFilter(file){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue