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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user