mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	silent kodi check
Former-commit-id: 45199d123fcf49194aeaaf2df0789dc7ea4df449
This commit is contained in:
		| @@ -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 | ||||
| 	QString reply(_socket.readAll()); | ||||
|  | ||||
| 	std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl; | ||||
| // silence - no "debug" code should be at the log | ||||
| //	std::cout << "KODICHECK INFO: Kodi Message: " << reply.toStdString() << std::endl; | ||||
|  | ||||
| 	if (reply.contains("\"method\":\"Player.OnPlay\"")) | ||||
| 	{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user