diff --git a/src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.ts b/src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.ts index a3623b965..aaf548ce8 100644 --- a/src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.ts +++ b/src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.ts @@ -442,6 +442,7 @@ export class GalleryLightboxComponent implements OnDestroy, OnInit { queryParams: this.queryService.getParams( {media: this.gridPhotoQL.get(photoIndex).gridMedia.media, playing: this.slideShowRunning} ), + replaceUrl: true, }) .then(() => { this.piTitleService.setMediaTitle(this.gridPhotoQL.get(photoIndex).gridMedia);