73_MPD: Fix wrong $hash->{XML} value

git-svn-id: https://svn.fhem.de/fhem/trunk@12949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut
2017-01-03 20:40:48 +00:00
parent 6dab37ad2f
commit b9c15abb34

View File

@@ -1063,7 +1063,7 @@ sub MPD_get_artist_info ($$)
if (!open (FILE , "www/$cache/".$hash->{'.artist'}.".xml"))
{
Log3 $name, 2, "$name, error reading ".$hash->{'.artist'}.".xml : $!";
$hash->{'.xml'} = 0;
$hash->{XML} = 0;
}
else
{