Merge branch 'stable'

This commit is contained in:
zadam
2020-01-05 20:02:19 +01:00
23 changed files with 132 additions and 312 deletions

View File

@@ -48,7 +48,7 @@ function deriveMime(type, mime) {
mime = 'text/plain';
} else if (['relation-map', 'search'].includes(type)) {
mime = 'application/json';
} else if (type === 'render') {
} else if (['render', 'book'].includes(type)) {
mime = '';
}