Skip to content

Commit b83461f

Browse files
committed
fixed reading record problem.
1 parent ccb1936 commit b83461f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/read/read.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class ReadPage implements OnInit, AfterViewInit, OnDestroy {
7373
url: parse(this.routerService.url).pathname,
7474
title: this.subTitle,
7575
sections: Array.from(this.inScrollHashes),
76-
bookCommit: localStorage.getItem(this.storageId)
76+
bookCommit: localStorage.getItem(this.storageId+':commit')
7777
} as IReadingProgress;
7878
}
7979

0 commit comments

Comments
 (0)