File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ export const services = {
216216 "v/:id"
217217 ] ,
218218 subdomains : [ "music" , "m" ] ,
219- } ,
219+ }
220220}
221221
222222Object . values ( services ) . forEach ( service => {
Original file line number Diff line number Diff line change 1- import { genericUserAgent , env } from "../../config.js" ;
1+ import { genericUserAgent } from "../../config.js" ;
22import { createStream } from "../../stream/manage.js"
33
44export default async function ( post ) {
@@ -21,7 +21,7 @@ export default async function(post) {
2121 } catch { return { error : 'fetch.empty' } ; }
2222
2323 let originalUrl = json . data . photo . path . toString ( ) ;
24- const image = {
24+ let image = {
2525 // always proxy here because of headers
2626 type : "photo" ,
2727 url : createStream ( {
You can’t perform that action at this time.
0 commit comments