fix: no chapter title

This commit is contained in:
Benex254
2024-08-23 11:39:45 +03:00
parent 2dbbb1c4df
commit 35c7f81afb

View File

@@ -113,7 +113,7 @@ def search(config: "Config", anime_titles: str, episode_range: str):
print(
f"[purple bold]Now Reading: [/] {search_result_manga_title} [cyan bold]Chapter:[/] {chapter_info['title']}"
)
feh_manga_viewer(chapter_info["thumbnails"], chapter_info["title"])
feh_manga_viewer(chapter_info["thumbnails"], str(chapter_info["title"]))
if anilist_helper:
anilist_helper.update_anime_list(
{"mediaId": anilist_id, "progress": chapter_number}