mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
api/match-action: always proxy photos
This commit is contained in:
parent
9bdcb9d821
commit
63b2681017
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
|
||||||
});
|
});
|
||||||
|
|
||||||
case "photo":
|
case "photo":
|
||||||
responseType = "redirect";
|
params = { type: "proxy" };
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "gif":
|
case "gif":
|
||||||
|
|
Loading…
Reference in a new issue