mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-24 06:20:07 +01:00
Removes tiff from preview and thumbnails. Still broken.
This commit is contained in:
parent
91b6b60ad0
commit
8a2451474a
@ -199,7 +199,7 @@ Options
|
||||
*/
|
||||
"preview-img": {
|
||||
"enabled": true,
|
||||
"types": ["bmp", "gif", "ico", "image", "jpg", "png", "tiff"]
|
||||
"types": ["bmp", "gif", "ico", "image", "jpg", "png"]
|
||||
},
|
||||
|
||||
/*
|
||||
@ -296,7 +296,7 @@ Options
|
||||
*/
|
||||
"thumbnails": {
|
||||
"enabled": true,
|
||||
"img": ["bmp", "gif", "ico", "image", "jpg", "png", "tiff"],
|
||||
"img": ["bmp", "gif", "ico", "image", "jpg", "png"],
|
||||
"mov": ["video"],
|
||||
"doc": ["pdf", "ps"],
|
||||
"delay": 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user