mpd-api icon indicating copy to clipboard operation
mpd-api copied to clipboard

Node mpd client API

Results 1 mpd-api issues
Sort by recently updated
recently updated
newest added

Hi, when an endpoint requires a boolean parameter (for example `api.playback.random` ) then the internal method `boolAt` converts any truthy value to 1 and falsy values to 0. However, due...