mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 23:39:04 +00:00
Fix bug with media files, don't encode thumbnail when not necessary
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user