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 = {
216
216
"v/:id"
217
217
] ,
218
218
subdomains : [ "music" , "m" ] ,
219
- } ,
219
+ }
220
220
}
221
221
222
222
Object . 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" ;
2
2
import { createStream } from "../../stream/manage.js"
3
3
4
4
export default async function ( post ) {
@@ -21,7 +21,7 @@ export default async function(post) {
21
21
} catch { return { error : 'fetch.empty' } ; }
22
22
23
23
let originalUrl = json . data . photo . path . toString ( ) ;
24
- const image = {
24
+ let image = {
25
25
// always proxy here because of headers
26
26
type : "photo" ,
27
27
url : createStream ( {
You can’t perform that action at this time.
0 commit comments