mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-18 22:18:50 +00:00
api: return covers from soundcloud and youtube
& refactor createProxyTunnels() in stream/manage a little
This commit is contained in:
@@ -67,6 +67,8 @@ export function createResponse(responseType, responseData) {
|
||||
copy: responseData?.audioCopy,
|
||||
format: responseData?.audioFormat,
|
||||
bitrate: responseData?.audioBitrate,
|
||||
cover: !!responseData?.cover || undefined,
|
||||
cropCover: !!responseData?.cropCover || undefined,
|
||||
},
|
||||
|
||||
isHLS: responseData?.isHLS,
|
||||
|
||||
Reference in New Issue
Block a user