mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
Enable streaming of transcoded content
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "conffile.h"
|
||||
#include "misc.h"
|
||||
#include "httpd.h"
|
||||
#include "transcode.h"
|
||||
#include "httpd_daap.h"
|
||||
|
||||
|
||||
@@ -1111,7 +1112,7 @@ daap_reply_songlist_generic(struct evhttp_request *req, struct evbuffer *evbuf,
|
||||
{
|
||||
nsongs++;
|
||||
|
||||
transcode = 0; /* FIXME: No transcode support here yet */
|
||||
transcode = transcode_needed(req->input_headers, dbmfi->codectype);
|
||||
|
||||
i = -1;
|
||||
while (1)
|
||||
|
||||
Reference in New Issue
Block a user