Skip to content

Commit

Permalink
fix: wrong history/seasonals migrationbecause of typo (💀)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo authored May 19, 2024
1 parent c429706 commit 865ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/anipy_cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def migrate_locallist(file: Path) -> LocalListData:
continue

new_entry = LocalListEntry(
provider="gogoanmie",
provider="gogoanime",
name=name,
identifier=identifier,
episode=episode,
Expand Down

0 comments on commit 865ab32

Please sign in to comment.