Skip to content

Commit

Permalink
fix: year_end for kitsu
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Nov 20, 2024
1 parent 449a20c commit f1f4224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comet/api/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async def stream(request: Request, b64config: str, type: str, id: str):
name = metadata["data"]["attributes"]["canonicalTitle"]
season = 1
year = None
year_end = None
else:
get_metadata = await session.get(
f"https://v3.sg.media-imdb.com/suggestion/a/{id}.json"
Expand Down

0 comments on commit f1f4224

Please sign in to comment.