diff --git a/src/calibre/library/coloring.py b/src/calibre/library/coloring.py index 69caf8548e..e6c491295f 100644 --- a/src/calibre/library/coloring.py +++ b/src/calibre/library/coloring.py @@ -263,8 +263,7 @@ def conditionable_columns(fm): def displayable_columns(fm): yield color_row_key for key in fm.displayable_field_keys(): - if key not in ('sort', 'author_sort', 'comments', 'formats', - 'identifiers', 'path'): + if key not in ('sort', 'author_sort', 'comments', 'identifiers',): yield key