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