Browse Source

Update title index

pull/3465/head
Ruud 11 years ago
parent
commit
f68c356944
  1. 4
      couchpotato/core/media/_base/media/index.py

4
couchpotato/core/media/_base/media/index.py

@ -99,7 +99,7 @@ from couchpotato.core.helpers.encoding import simplifyString"""
class TitleIndex(TreeBasedIndex): class TitleIndex(TreeBasedIndex):
_version = 3 _version = 4
custom_header = """from CodernityDB.tree_index import TreeBasedIndex custom_header = """from CodernityDB.tree_index import TreeBasedIndex
from string import ascii_letters from string import ascii_letters
@ -128,7 +128,7 @@ from couchpotato.core.helpers.encoding import toUnicode, simplifyString"""
title = title[len(prefix):] title = title[len(prefix):]
break break
return str(nr_prefix + title).ljust(32, '_')[:32] return str(nr_prefix + title).ljust(32, ' ')[:32]
class StartsWithIndex(TreeBasedIndex): class StartsWithIndex(TreeBasedIndex):

Loading…
Cancel
Save