From a1bd2b77d99cec5c27d38501f5f12f9dc339de17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Jun 2023 15:55:00 +0200 Subject: Remove webtorrent support from client --- client/src/app/shared/shared-video-miniature/videos-list.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/shared-video-miniature/videos-list.component.ts b/client/src/app/shared/shared-video-miniature/videos-list.component.ts index 45df0be38..14a5abd7a 100644 --- a/client/src/app/shared/shared-video-miniature/videos-list.component.ts +++ b/client/src/app/shared/shared-video-miniature/videos-list.component.ts @@ -241,7 +241,6 @@ export class VideosListComponent implements OnInit, OnChanges, OnDestroy { } reloadVideos () { - console.log('reload') this.pagination.currentPage = 1 this.loadMoreVideos(true) } @@ -420,8 +419,9 @@ export class VideosListComponent implements OnInit, OnChanges, OnDestroy { this.lastQueryLength = data.length if (reset) this.videos = [] + this.videos = this.videos.concat(data) - console.log('subscribe') + if (this.groupByDate) this.buildGroupedDateLabels() this.onDataSubject.next(data) -- cgit v1.2.3