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