diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
93 | this.videosSelection.enabledForReuse() | 93 | this.videosSelection.enabledForReuse() |
94 | } | 94 | } |
95 | 95 | ||
96 | getVideosObservable (page: number, sort: VideoSortField) { | 96 | getVideosObservable (page: number) { |
97 | const newPagination = immutableAssign(this.pagination, { currentPage: page }) | 97 | const newPagination = immutableAssign(this.pagination, { currentPage: page }) |
98 | 98 | ||
99 | return this.videoService.getMyVideos(newPagination, this.sort, this.videosSearch) | 99 | return this.videoService.getMyVideos(newPagination, this.sort, this.videosSearch) |