mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Changed request string to c++11 raw string
Former-commit-id: 4fae155658d4ded771f0b01974d4e47bb15f58f4
This commit is contained in:
parent
f8c20bebeb
commit
bb620f6408
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user