diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts index d6e66e617..356e158d6 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.ts +++ b/client/src/app/+my-library/my-videos/my-videos.component.ts @@ -93,7 +93,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook { this.videosSelection.enabledForReuse() } - getVideosObservable (page: number, sort: VideoSortField) { + getVideosObservable (page: number) { const newPagination = immutableAssign(this.pagination, { currentPage: page }) return this.videoService.getMyVideos(newPagination, this.sort, this.videosSearch)