From 31434f5cf3cae2f9d23fa59fc74dcd7e306fa00e Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Mon, 1 Mar 2021 11:16:09 +0000 Subject: [PATCH] docker-compose/upmpdcli/upmpdcli.conf - don't check the content format As this will disallow things that should be allowed. --- templates/docker-compose/upmpdcli/upmpdcli.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose/upmpdcli/upmpdcli.conf b/templates/docker-compose/upmpdcli/upmpdcli.conf index 228f1c4..850fd5a 100644 --- a/templates/docker-compose/upmpdcli/upmpdcli.conf +++ b/templates/docker-compose/upmpdcli/upmpdcli.conf @@ -15,7 +15,7 @@ friendlyname = Snackpot #openhome = 1 #lumincompat = 0 #saveohcredentials = 1 -#checkcontentformat = 1 +checkcontentformat = 0 #iconpath = /usr/share/upmpdcli/icon.png #cachedir = /var/cache/upmpdcli #presentationhtml = /usr/share/upmpdcli/presentation.html