* Add a no-resize flag, which tells us to to advertise downscaled images. Useful for clients like Samsung TVs, which can use large images well, but will use downscaled small images when given a choice.

This commit is contained in:
Justin Maggard
2009-11-10 00:00:09 +00:00
parent 4073837a34
commit c4170af521
4 changed files with 10 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.16"
#define MINIDLNA_VERSION "1.0.16.1"
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1