options: Add enable_subtitles config option
Enable generic subtitle support by default for unknown clients. Set the new enable_subtitles option to false to revert to the old behavior.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
time_t startup_time = 0;
|
||||
|
||||
struct runtime_vars_s runtime_vars;
|
||||
uint32_t runtime_flags = INOTIFY_MASK | TIVO_BONJOUR_MASK;
|
||||
uint32_t runtime_flags = INOTIFY_MASK | TIVO_BONJOUR_MASK | SUBTITLES_MASK;
|
||||
|
||||
const char *pidfilename = "/var/run/minidlna/minidlna.pid";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user