mirror of
https://github.com/devine-dl/devine.git
synced 2025-05-04 03:29:43 +00:00
Fix verbose episode listings if there's no episode name
This commit is contained in:
parent
fc3e49baf6
commit
f8a8309628
@ -198,8 +198,8 @@ class Series(SortedKeyList, ABC):
|
||||
if episode.season == season:
|
||||
season_tree.add(
|
||||
f"[bold]{str(episode.number).zfill(len(str(episodes)))}" + (
|
||||
f".[/] [bright_black]{episode.name}"
|
||||
) if episode.name else ""
|
||||
f".[/] [bright_black]{episode.name}" if episode.name else ""
|
||||
)
|
||||
)
|
||||
|
||||
return tree
|
||||
|
Loading…
x
Reference in New Issue
Block a user