* slideshow goes to non-fixed watchers now

This commit is contained in:
Dávid Danyi 2018-09-13 15:28:25 +02:00
parent ad8f5491b5
commit 270a55f6b9

View File

@ -30,7 +30,7 @@ export class SlideShowService {
case this.slides.length + 1:
this.currentSlideIndex = -1;
this.reloadSlides();
this.router.navigate(['/watchers-fixed']);
this.router.navigate(['/watchers']);
break;
default:
this.oddEven = !this.oddEven;