mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 18:58:33 +00:00
fix: i changed the wrong file
This commit is contained in:
parent
0e8e428485
commit
e16dff3c84
@ -218,7 +218,7 @@ export default function(obj) {
|
||||
/* thumbnails have `Cross-Origin-Resource-Policy`
|
||||
** set to `same-origin`, so we need to proxy them */
|
||||
thumb: createStream({
|
||||
service: "threads",
|
||||
service: "instagram",
|
||||
type: "default",
|
||||
u: imageUrl,
|
||||
filename: "image.jpg"
|
||||
|
@ -93,7 +93,7 @@ export default async function({ user, id, quality, dispatcher }) {
|
||||
/* thumbnails have `Cross-Origin-Resource-Policy`
|
||||
** set to `same-origin`, so we need to proxy them */
|
||||
thumb: createStream({
|
||||
service: "instagram",
|
||||
service: "threads",
|
||||
type: "default",
|
||||
u: media.image_versions2.candidates[0].url,
|
||||
filename: "image.jpg"
|
||||
|
Loading…
Reference in New Issue
Block a user