mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
New reader based on reveal.js. works well on mobile and desktop and gives a better expierance all around.
This commit is contained in:
@@ -112,7 +112,7 @@ class DirFile:
|
||||
if created:
|
||||
status.save()
|
||||
self.selector = urlsafe_base64_encode(comic.selector.bytes)
|
||||
self.location = "/comic/read/{0}/{1}/".format(self.selector, status.last_read_page)
|
||||
self.location = "/comic/read/{0}/".format(self.selector)
|
||||
self.label = generate_label(comic, status)
|
||||
self.type = "book"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user