Add support for the file applicaiton in the drive

This commit is contained in:
yflory
2017-04-25 18:42:21 +02:00
parent 2a417ddae8
commit 9882a3a923
8 changed files with 43 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ Version 2
if (parsed.version === 0) {
return parsed.channel;
} else if (parsed.version !== 1) {
} else if (parsed.version !== 1 && parsed.version !== 2) {
console.error("parsed href had no version");
console.error(parsed);
return;