Index: mythplugins/mythweb/classes/MythBackend.php
===================================================================
--- mythplugins/mythweb/classes/MythBackend.php	(revision 23063)
+++ mythplugins/mythweb/classes/MythBackend.php	(working copy)
@@ -105,8 +105,10 @@
 
     private function announce() {
         $response = $this->sendCommand('ANN Monitor '.hostname.' 1' );
-        if ($response == 'OK')
+        if ($response == 'OK') {
+            $this->listenForEvent("CLIENT_CONNECTED");
             return true;
+        }
         return false;
     }
 
