Skip to content

Commit

Permalink
fix(dbutils): handle help me erin rename
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Dec 16, 2024
1 parent ece6fd1 commit 78c57d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbutils/chunirec.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ class ZetarakuChunithmData(TypedDict):


def normalize_title(title: str, *, remove_we_kanji: bool = False) -> str:
if title == "Help me, ERINNNNNN!!":
title = "Help me, ERINNNNNN!!(Band ver.)" # noqa: RUF001

title = (
title.lower()
.replace(" ", " ")
Expand Down
1 change: 1 addition & 0 deletions dbutils/sdvxin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"GranFatalite": "GranFatalité",
"Help,me あーりん!": "Help me, あーりん!",
"Help,me あーりん!": "Help me, あーりん!",
"Help me, ERINNNNNN!!": "Help me, ERINNNNNN!!(Band ver.)", # The song was renamed by request of the rights holder.
"In The Blue Sky `01": "In The Blue Sky '01",
"In The Blue Sky ’01": "In The Blue Sky '01",
"Jorqer": "Jörqer",
Expand Down

0 comments on commit 78c57d4

Please sign in to comment.