1
0
Fork 0

I love semicolons (again).

This commit is contained in:
Chocobozzz 2016-04-28 20:47:01 +02:00
parent 8cfecb2ad7
commit e9a2578e95
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class VideosWatchComponent implements OnInit, CanDeactivate {
routerCanDeactivate(next: ComponentInstruction, prev: ComponentInstruction) : any {
console.log('Removing video from webtorrent.');
clearInterval(this._interval)
clearInterval(this._interval);
this.client.remove(this.video.magnetUri);
return true;
}