fixed streamable (the service) metadata
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user