mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 19:42:31 -05:00
[artwork] Allow longer tokens in auth headers towards online sources
Fixes "Cannot make request for online artwork, auth header is too long" error
This commit is contained in:
parent
5cbc520712
commit
792e04b47d
@ -1296,7 +1296,7 @@ online_source_history_update(const struct online_source *src, int id, uint32_t r
|
|||||||
static int
|
static int
|
||||||
auth_header_add(struct keyval *headers, const struct online_source *src)
|
auth_header_add(struct keyval *headers, const struct online_source *src)
|
||||||
{
|
{
|
||||||
char auth_header[256];
|
char auth_header[512];
|
||||||
char *auth_key;
|
char *auth_key;
|
||||||
char *auth_secret;
|
char *auth_secret;
|
||||||
int ret;
|
int ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user