Merge branch 'staging' into team

This commit is contained in:
yflory
2019-09-06 15:46:19 +02:00
20 changed files with 833 additions and 442 deletions

View File

@@ -695,7 +695,7 @@ define([
// Fix creation time
if (!el.ctime) { el.ctime = el.atime; }
// Fix title
if (!el.title) { el.title = Hash.getDefaultName(parsed); }
if (!el.title) { el.title = exp.getDefaultName(parsed); }
// Fix channel
if (!el.channel) {
try {