This commit is contained in:
Kovid Goyal 2015-03-15 07:17:31 +05:30
commit e93e8f675e

View File

@ -551,7 +551,7 @@ class OPDSServer(object):
which = which[1:]
if type_ == 'I':
try:
p = which.index(':')
p = which.rindex(':')
category = which[p+1:]
which = which[:p]
# This line will toss an exception for composite columns