Removes tiff from preview and thumbnails. Still broken.

This commit is contained in:
Lars Jung 2013-07-20 19:08:20 +02:00
parent 91b6b60ad0
commit 8a2451474a

View file

@ -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