node-plex-api icon indicating copy to clipboard operation
node-plex-api copied to clipboard

Playback Controls

Open biligsaikhan opened this issue 5 years ago • 0 comments

I am able to do queries fine. Using /status/session I have got the player IP address. However when I try to perform any action with playback controller it does nothing.

client.perform("/system/players/192.168.1.8/playback/pause").then(function () {
	console.log("Success");
});

This returns Success

biligsaikhan avatar Mar 11 '19 14:03 biligsaikhan