Skip to content

Commit

Permalink
aya
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Nov 19, 2024
1 parent 0a9427e commit eab4465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/api/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def stream(request: Request, b64config: str, type: str, id: str):
name = translate(name)
log_name = name
if type == "series":
log_name = f"{name} S0{season}E0{episode}"
log_name = f"{name} S{season:02d}E{episode:02d}"

if (
settings.PROXY_DEBRID_STREAM
Expand Down

0 comments on commit eab4465

Please sign in to comment.