mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
Merge pull request #77
* added timestamp to comicstatus. * added timestamp to comicstatus.
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
} else if (item.finished) {
|
||||
return "Finished"
|
||||
} else {
|
||||
return item.last_read_page + 1 + ' / ' + item.total_pages
|
||||
return item.last_read_page + ' / ' + item.page_count
|
||||
}
|
||||
},
|
||||
setPage(page) {
|
||||
|
||||
Reference in New Issue
Block a user