Fix bug with media files, don't encode thumbnail when not necessary

This commit is contained in:
2020-07-26 11:52:48 -04:00
parent db2285973f
commit ca994d3914
5 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ typedef struct index_descriptor {
char version[64];
long timestamp;
char root[PATH_MAX];
char rewrite_url[8196];
char rewrite_url[8192];
short root_len;
char name[1024];
char type[64];