mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Changed request string to c++11 raw string
Former-commit-id: 4fae155658d4ded771f0b01974d4e47bb15f58f4
This commit is contained in:
		| @@ -7,7 +7,7 @@ XBMCVideoChecker::XBMCVideoChecker(const std::string & address, uint16_t port, u | ||||
| 	QObject(), | ||||
| 	_address(QString::fromStdString(address)), | ||||
| 	_port(port), | ||||
| 	_request("{\"jsonrpc\":\"2.0\",\"method\":\"Player.GetActivePlayers\",\"id\":666}"), | ||||
| 	_request(R"({"jsonrpc":"2.0","method":"Player.GetActivePlayers","id":666})"), | ||||
| 	_timer(), | ||||
| 	_socket(), | ||||
| 	_grabVideo(grabVideo), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user