mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
silent kodi check
Former-commit-id: 45199d123fcf49194aeaaf2df0789dc7ea4df449
This commit is contained in:
parent
b3fa72adba
commit
4743208eff
@ -59,8 +59,8 @@ void XBMCVideoChecker::receiveReply()
|
|||||||
{
|
{
|
||||||
// expect that the reply is received as a single message. Probably oke considering the size of the expected reply
|
// expect that the reply is received as a single message. Probably oke considering the size of the expected reply
|
||||||
QString reply(_socket.readAll());
|
QString reply(_socket.readAll());
|
||||||
|
// silence - no "debug" code should be at the log
|
||||||
std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl;
|
// std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl;
|
||||||
|
|
||||||
if (reply.contains("\"method\":\"Player.OnPlay\""))
|
if (reply.contains("\"method\":\"Player.OnPlay\""))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user