Skip to content

Commit f93e42d

Browse files
authored
Merge pull request #11448 from MarcCoquand/remove-emoji
[opds2] Remove subject emoji in nav
1 parent ec20771 commit f93e42d

File tree

1 file changed

+1
-1
lines changed
  • openlibrary/plugins/openlibrary

1 file changed

+1
-1
lines changed

openlibrary/plugins/openlibrary/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def build_homepage():
866866
navigation=[
867867
Navigation(
868868
type="application/opds+json",
869-
title=f'{subject['emoji']} {subject['presentable_name']}',
869+
title=subject['presentable_name'],
870870
href=f'{provider.BASE_URL}{provider.SEARCH_URL}?sort=trending&query=subject_key:{subject['key'].split('/')[-1]} -subject:"content_warning:cover" ebook_access:[borrowable TO *]', # noqa: E501
871871
)
872872
for subject in get_cached_featured_subjects()

0 commit comments

Comments
 (0)