mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fixed prev/next issues with directories being intersperced.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
from django.utils.http import urlsafe_base64_encode
|
||||
from comic.models import ComicBook, ComicPage
|
||||
from unrar import rarfile
|
||||
import zipfile
|
||||
from os import path
|
||||
import os
|
||||
|
||||
@@ -13,7 +10,8 @@ class Breadcrumb:
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
|
||||
class DirFile:
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user