98_DLNARenderer: bugfix attribut

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

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 {