Skip to content

Commit

Permalink
avoid using events in title
Browse files Browse the repository at this point in the history
  • Loading branch information
ericd23 committed Sep 19, 2024
1 parent de9ad29 commit e6fae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listenbrainz/webserver/views/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ def _generate_event_title(event):

# fg = _init_feed(
# _external_url_for(".get_user_events", user_name=user_name),
# f"Events for {user_name} - ListenBrainz",
# f"Feeds for {user_name} - ListenBrainz",
# _external_url_for("user.index", path="", user_name=user_name),
# _external_url_for(".get_user_events", user_name=user_name),
# )
Expand Down

0 comments on commit e6fae66

Please sign in to comment.