mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
added extra console output to the xbmc checker
Former-commit-id: e7620cd1a8e2aafe1a8a862a618e103014364b6f
This commit is contained in:
parent
641767a7e0
commit
204f9d549c
@ -84,7 +84,7 @@ void XBMCVideoChecker::receiveReply()
|
||||
}
|
||||
|
||||
// emit new state if applicable
|
||||
if (newMode != _previousMode)
|
||||
if (newMode != _previousMode && newMode != GRABBINGMODE_INVALID)
|
||||
{
|
||||
switch (newMode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user