Skip to content

Commit

Permalink
Update transcode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all authored Nov 5, 2023
1 parent 4fd77ac commit 3756f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/workers/auto/transcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async def thing():
out = f"{_dir}/{file_name}"
title, epi, sn, rlsgrp = await dynamicthumb(name, _filter=f)

c_n = f"{title} {sn}".strip()
c_n = f"{title} {sn or str()}".strip()
if einfo.previous and einfo.previous == c_n:
pass
else:
Expand Down

0 comments on commit 3756f73

Please sign in to comment.