mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
fix + test
This commit is contained in:
@ -74,7 +74,7 @@ export default async function(obj) {
|
||||
} else if (data?.shortcode_media?.display_url) {
|
||||
return {
|
||||
urls: data?.shortcode_media?.display_url,
|
||||
filename: 'image.jpg'
|
||||
isPhoto: true
|
||||
}
|
||||
} else {
|
||||
return { error: 'ErrorEmptyDownload' }
|
||||
|
Reference in New Issue
Block a user