diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/videos-list.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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 a423377de..7b832263e 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 | |||
@@ -415,8 +415,6 @@ export class VideosListComponent implements OnInit, OnChanges, OnDestroy { | |||
415 | .pipe(concatMap(({ reset, obs }) => obs.pipe(map(({ data }) => ({ data, reset }))))) | 415 | .pipe(concatMap(({ reset, obs }) => obs.pipe(map(({ data }) => ({ data, reset }))))) |
416 | .subscribe({ | 416 | .subscribe({ |
417 | next: ({ data, reset }) => { | 417 | next: ({ data, reset }) => { |
418 | console.log(data[0].name) | ||
419 | |||
420 | this.hasDoneFirstQuery = true | 418 | this.hasDoneFirstQuery = true |
421 | this.lastQueryLength = data.length | 419 | this.lastQueryLength = data.length |
422 | 420 | ||