mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
9c7d56018b
commit
9006bf624d
@ -7,7 +7,6 @@ import copy
|
|||||||
|
|
||||||
from calibre.utils.ordered_dict import OrderedDict
|
from calibre.utils.ordered_dict import OrderedDict
|
||||||
from calibre.utils.config import tweaks
|
from calibre.utils.config import tweaks
|
||||||
from calibre.utils.icu import lower
|
|
||||||
|
|
||||||
class TagsIcons(dict):
|
class TagsIcons(dict):
|
||||||
'''
|
'''
|
||||||
@ -478,8 +477,6 @@ class FieldMetadata(dict):
|
|||||||
del self._tb_cats[key]
|
del self._tb_cats[key]
|
||||||
if key in self._search_term_map:
|
if key in self._search_term_map:
|
||||||
del self._search_term_map[key]
|
del self._search_term_map[key]
|
||||||
if key in self._search_term_map:
|
|
||||||
del self._search_term_map[key]
|
|
||||||
|
|
||||||
def cc_series_index_column_for(self, key):
|
def cc_series_index_column_for(self, key):
|
||||||
return self._tb_cats[key]['rec_index'] + 1
|
return self._tb_cats[key]['rec_index'] + 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user