Copy Paste Error in README
Closed this issue · 1 comments
eiGelbGeek commented
Wrong:
PUT /volume [muted=true] => NowPlayingResource
Right:
PUT /mute [muted=true] => NowPlayingResource
eiGelbGeek commented
Pull request created
Closed this issue · 1 comments
Wrong:
PUT /volume [muted=true] => NowPlayingResource
Right:
PUT /mute [muted=true] => NowPlayingResource
Pull request created