mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Removes tiff from preview and thumbnails. Still broken.
This commit is contained in:
parent
91b6b60ad0
commit
8a2451474a
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ Options
|
||||||
*/
|
*/
|
||||||
"preview-img": {
|
"preview-img": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"types": ["bmp", "gif", "ico", "image", "jpg", "png", "tiff"]
|
"types": ["bmp", "gif", "ico", "image", "jpg", "png"]
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -296,7 +296,7 @@ Options
|
||||||
*/
|
*/
|
||||||
"thumbnails": {
|
"thumbnails": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"img": ["bmp", "gif", "ico", "image", "jpg", "png", "tiff"],
|
"img": ["bmp", "gif", "ico", "image", "jpg", "png"],
|
||||||
"mov": ["video"],
|
"mov": ["video"],
|
||||||
"doc": ["pdf", "ps"],
|
"doc": ["pdf", "ps"],
|
||||||
"delay": 1
|
"delay": 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue