Loading opds_catalog/__pycache__/feeds.cpython-35.pyc (40.1 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ class SearchBooksFeed(AuthFeed): p['authors'] = row.authors.values() p['genres'] = row.genres.values() p['series'] = row.series.values() if settings.DOUBLES_HIDE or (searchtype != 'd'): if settings.DOUBLES_HIDE and (searchtype != 'd'): title = p['title'] authors_set = {a['id'] for a in p['authors']} if title==prev_title and authors_set==prev_authors_set: Loading Loading
opds_catalog/__pycache__/feeds.cpython-35.pyc (40.1 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ class SearchBooksFeed(AuthFeed): p['authors'] = row.authors.values() p['genres'] = row.genres.values() p['series'] = row.series.values() if settings.DOUBLES_HIDE or (searchtype != 'd'): if settings.DOUBLES_HIDE and (searchtype != 'd'): title = p['title'] authors_set = {a['id'] for a in p['authors']} if title==prev_title and authors_set==prev_authors_set: Loading