mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 02:17:37 +03:00
Reload videos after removing one to avoid issues with paging etc
This commit is contained in:
parent
7914607ecd
commit
443ecefe67
@ -84,7 +84,7 @@ export class VideoListComponent implements OnInit {
|
||||
}
|
||||
|
||||
onRemoved(video: Video) {
|
||||
this.videos.splice(this.videos.indexOf(video), 1);
|
||||
this.getVideos();
|
||||
}
|
||||
|
||||
onSort(sort: SortField) {
|
||||
|
Loading…
Reference in New Issue
Block a user