70_XBMC: fixed a playStatus update

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7808 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vbs2
2015-01-31 21:54:48 +00:00
parent e969dcdb93
commit 632692913a

View File

@@ -504,7 +504,7 @@ sub XBMC_ProcessNotification($$)
if (lc($1) eq "system") {
if ((lc($2) eq "quit") or (lc($2) eq "restart") or (lc($2) eq "sleep")) {
readingsBulkUpdate($hash, "playStatus", "stopped" );
readingsSingleUpdate($hash, "playStatus", "stopped", 1);
}
if (lc($2) eq "sleep") {