summarylogtreecommitdiffstats
path: root/minidlna-custom-icon.patch
diff options
context:
space:
mode:
authorMoritz Patelscheck2021-11-02 01:28:57 +0100
committerMoritz Patelscheck2021-11-02 01:39:44 +0100
commit85c5aa69b95f966a523759ac0d1a9ebef512abea (patch)
tree2d50369a13b875e36adee229549f2b95099fb485 /minidlna-custom-icon.patch
parent669ae501ffef6f931096f24fd660a4870363482d (diff)
downloadaur-85c5aa69b95f966a523759ac0d1a9ebef512abea.tar.gz
update to version 1.3.0
Diffstat (limited to 'minidlna-custom-icon.patch')
-rw-r--r--minidlna-custom-icon.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/minidlna-custom-icon.patch b/minidlna-custom-icon.patch
index efe542828244..429a487ae8d3 100644
--- a/minidlna-custom-icon.patch
+++ b/minidlna-custom-icon.patch
@@ -250,9 +250,9 @@ index 79e4ffe..6322fa1 100644
--- a/options.c
+++ b/options.c
@@ -67,6 +67,10 @@ static const struct {
- { MERGE_MEDIA_DIRS, "merge_media_dirs" },
{ WIDE_LINKS, "wide_links" },
{ TIVO_DISCOVERY, "tivo_discovery" },
+ { ENABLE_SUBTITLES, "enable_subtitles" },
+ { ICON_PNG_SM, "icon_png_small" },
+ { ICON_PNG_LRG, "icon_png_large" },
+ { ICON_JPEG_SM, "icon_jpeg_small" },
@@ -265,9 +265,9 @@ index cb4c3be..f4c5e8f 100644
--- a/options.h
+++ b/options.h
@@ -60,6 +60,10 @@ enum upnpconfigoptions {
- MERGE_MEDIA_DIRS, /* don't add an extra directory level when there are multiple media dirs */
WIDE_LINKS, /* allow following symlinks outside the defined media_dirs */
TIVO_DISCOVERY, /* TiVo discovery protocol: bonjour or beacon. Defaults to bonjour if supported */
+ ENABLE_SUBTITLES, /* Enable generic subtitle support for all clients by default */
+ ICON_PNG_SM, /* path to small png icon */
+ ICON_PNG_LRG, /* path to large png icon */
+ ICON_JPEG_SM, /* path to small jpeg icon */