mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove unused sort param
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user