98_DLNARenderer: bugfix attribut

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

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 {