remove size param from stream url
This commit is contained in:
parent
be1e322461
commit
4e71857e2a
@ -452,7 +452,6 @@ export class API {
|
||||
`&u=${username}` +
|
||||
`&s=${salt}` +
|
||||
`&t=${hash}` +
|
||||
`&c=${this.clientName}` +
|
||||
'&size=300'
|
||||
`&c=${this.clientName}`
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user