added extra console output to the xbmc checker

Former-commit-id: e7620cd1a8e2aafe1a8a862a618e103014364b6f
This commit is contained in:
johan 2013-10-20 10:46:15 +02:00
parent 641767a7e0
commit 204f9d549c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void XBMCVideoChecker::receiveReply()
}
// emit new state if applicable
if (newMode != _previousMode)
if (newMode != _previousMode && newMode != GRABBINGMODE_INVALID)
{
switch (newMode)
{