From 40930fda8615a9e0196e99602419cb74dda75e02 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Feb 2021 09:45:42 +0100 Subject: Transcode audio uploads to lower resolutions Better consistency --- client/src/app/shared/shared-video-miniature/abstract-video-list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-video-miniature') diff --git a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts index 14a29d05f..5361f6d6c 100644 --- a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts +++ b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts @@ -382,8 +382,9 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy, AfterConte } private getUrlWithoutParams () { - let urlTree = this.router.parseUrl(this.router.url) + const urlTree = this.router.parseUrl(this.router.url) urlTree.queryParams = {} + return urlTree.toString() } } -- cgit v1.2.3