milaq / YCast

Self hosted vTuner internet radio service emulation
Other
240 stars 93 forks source link

Add POST method for Denon Remote App #57

Closed Shutgun closed 3 years ago

Shutgun commented 4 years ago

The Denon Remote App (https://play.google.com/store/apps/details?id=com.dmholdings.denonremoteapp) is a bit weird, as it queries vTuner directly, but using POST. The original implementation will lead to HTTP 405. This pull requests simply allows POST next to GET and the Remote App works like charm.

milaq commented 3 years ago

Nice! Good find.

Cherry-picked here: https://github.com/milaq/YCast/commit/ee5d6ffdb1639076bab78ca20ef13ca03e20a249

Thanks and cheers