mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
[raop] Make sure to set requires_auth if we get RTSP_FORBIDDEN
This commit is contained in:
parent
e4568e5640
commit
5315bdf83e
@ -3913,6 +3913,8 @@ raop_cb_startup_options(struct evrtsp_request *req, void *arg)
|
||||
|
||||
if (req->response_code == RTSP_FORBIDDEN)
|
||||
{
|
||||
rs->device->requires_auth = 1;
|
||||
|
||||
ret = raop_send_req_pin_start(rs, raop_cb_pin_start);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user