mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix redirection after the upload of a video
This commit is contained in:
@@ -126,7 +126,7 @@ export class VideoAddComponent implements OnInit {
|
||||
console.log('Video uploaded.');
|
||||
|
||||
// Print all the videos once it's finished
|
||||
this.router.navigate(['VideosList']);
|
||||
this.router.navigate(['/videos/list']);
|
||||
};
|
||||
|
||||
item.onError = (response: string, status: number) => {
|
||||
|
||||
Reference in New Issue
Block a user