mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-07 15:46:05 +00:00
fixed streamable (the service) metadata
This commit is contained in:
parent
c870c03271
commit
8304499ce7
|
@ -11,7 +11,7 @@ export default async function(obj) {
|
||||||
urls: best.url,
|
urls: best.url,
|
||||||
filename: `streamable_${obj.id}_${best.width}x${best.height}.mp4`,
|
filename: `streamable_${obj.id}_${best.width}x${best.height}.mp4`,
|
||||||
audioFilename: `streamable_${obj.id}_audio`,
|
audioFilename: `streamable_${obj.id}_audio`,
|
||||||
metadata: {
|
fileMetadata: {
|
||||||
title: video.title
|
title: video.title
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue