remove size param from stream url

This commit is contained in:
Thomas Amland 2021-03-14 13:44:45 +01:00
parent be1e322461
commit 4e71857e2a

View File

@ -452,7 +452,6 @@ export class API {
`&u=${username}` + `&u=${username}` +
`&s=${salt}` + `&s=${salt}` +
`&t=${hash}` + `&t=${hash}` +
`&c=${this.clientName}` + `&c=${this.clientName}`
'&size=300'
} }
} }