From 4e71857e2abd4bf19d32a3fe843937922aa5e307 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sun, 14 Mar 2021 13:44:45 +0100 Subject: [PATCH] remove size param from stream url --- src/shared/api.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index 660bd32..aca7a1b 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -452,7 +452,6 @@ export class API { `&u=${username}` + `&s=${salt}` + `&t=${hash}` + - `&c=${this.clientName}` + - '&size=300' + `&c=${this.clientName}` } }