diff --git a/src/artwork.c b/src/artwork.c index 010732c2..e423f067 100644 --- a/src/artwork.c +++ b/src/artwork.c @@ -1296,7 +1296,7 @@ online_source_history_update(const struct online_source *src, int id, uint32_t r static int auth_header_add(struct keyval *headers, const struct online_source *src) { - char auth_header[256]; + char auth_header[512]; char *auth_key; char *auth_secret; int ret;