From 262f8ff63109c8a95d9d149c1951cffd4c8301ef Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Jun 2021 17:02:39 +0200 Subject: [PATCH] Fix subtitle download --- .../abstract-video-list.ts | 1 - .../video-download.component.html | 132 ++++++++++-------- .../video-download.component.scss | 16 +-- .../video-download.component.ts | 110 +++++++++++---- 4 files changed, 161 insertions(+), 98 deletions(-) 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 bf433aabd..52e72d35b 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 @@ -196,7 +196,6 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy, AfterConte // No more results if (this.lastQueryLength !== undefined && this.lastQueryLength < this.pagination.itemsPerPage) return - console.log('near of bottom') this.pagination.currentPage += 1 this.setScrollRouteParams() diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.html b/client/src/app/shared/shared-video-miniature/video-download.component.html index 4ac74c106..b50544057 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.html +++ b/client/src/app/shared/shared-video-miniature/video-download.component.html @@ -3,16 +3,14 @@ + @@ -21,20 +19,35 @@ The following link contains a private token and should not be shared with anyone. + -
- -
- -
+ + +
+ +
- -