Fixed a missing cdRef call

This commit is contained in:
Joseph Milazzo 2025-06-08 07:24:57 -05:00
parent 0899373a27
commit ad3a1233c2

View file

@ -552,6 +552,7 @@ export class MangaReaderComponent implements OnInit, AfterViewInit, OnDestroy {
this.readingProfileService.updateImplicit(newProfile, this.seriesId).subscribe({
next: updatedProfile => {
this.readingProfile = updatedProfile;
this.cdRef.markForCheck();
},
error: err => {
console.error(err);