2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_DLNARenderer: bugfix attribut

git-svn-id: https://svn.fhem.de/fhem/trunk@15829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dominikkarall 2018-01-08 18:43:12 +00:00
parent 5c77492dc3
commit 4ad36f5b99

View File

@ -168,7 +168,7 @@ sub DLNARenderer_Initialize($) {
$hash->{ReadFn} = "DLNARenderer_Read";
$hash->{UndefFn} = "DLNARenderer_Undef";
$hash->{AttrFn} = "DLNARenderer_Attribute";
$hash->{AttrList} = $readingFnAttributes;
$hash->{AttrList} = "ignoredIPs usedonlyIPs ".$readingFnAttributes;
}
sub DLNARenderer_Attribute {