mirror of
https://git.gay/lucida/lucida
synced 2025-12-11 20:15:14 +01:00
fix soundcloud bug (typo)
This commit is contained in:
parent
574915a234
commit
98cb1ff144
@ -227,7 +227,7 @@ export default class Soundcloud implements Streamer {
|
||||
async #getRawTrackInfo(id: number | string, client: ScClient) {
|
||||
const api = JSON.parse(
|
||||
await (
|
||||
await fetch(this.#formatURL(`hhttps://api-v2.soundcloud.com/tracks/${id}`, client), {
|
||||
await fetch(this.#formatURL(`https://api-v2.soundcloud.com/tracks/${id}`, client), {
|
||||
method: 'get',
|
||||
headers: headers(this.oauthToken)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user