mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
fix(snapchat): fix filenames
This commit is contained in:
parent
5c11beb8a3
commit
00a66e17e6
@ -59,8 +59,8 @@ export default async function(obj) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
urls: story.snapUrls.mediaUrl,
|
urls: story.snapUrls.mediaUrl,
|
||||||
filename: `snapchat_${id}.mp4`,
|
filename: `snapchat_${storyId}.mp4`,
|
||||||
audioFilename: `snapchat_${id}_audio`
|
audioFilename: `snapchat_${storyId}_audio`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user