[spotify] Keep saved tracks through restarts + misc fixing up

This commit is contained in:
ejurgensen
2016-11-13 20:28:29 +01:00
parent 3040346a65
commit bb2a73ddab
5 changed files with 180 additions and 130 deletions

View File

@@ -223,6 +223,8 @@ oauth_interface(struct evhttp_request *req, const char *uri)
evbuffer_add_printf(evbuf, "<H1>forked-daapd oauth</H1>\n\n");
memset(&query, 0, sizeof(struct evkeyvalq));
ptr = strchr(req_uri, '?');
if (ptr)
{