X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular%2Fvideos%2Fcomponents%2Fwatch%2Fvideos-watch.component.ts;h=28786ebb9c129328727eae6e6f14b6b5f4f1445e;hb=44124980c55d5a5ec7dfb8e71bf14d10f0fe975d;hp=1a17e2b1ae9a4a8c36c3fcee01e5b1b4147321ab;hpb=0dde91ff15ec3cb73d39da50b388e5e525160cb4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 1a17e2b1a..28786ebb9 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts @@ -47,8 +47,8 @@ export class VideosWatchComponent implements OnInit, CanDeactivate { alert('Cannot append the file.'); console.error(err); } - }) - }) + }); + }); } routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any {