Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkhoa authored Dec 17, 2024
1 parent 9926662 commit 46ecd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -3725,13 +3725,13 @@ async def get_season_episode(self, video, meta):
# meta['season'] = "COMPLETE"
meta['season_int'] = season_int
meta['episode_int'] = episode_int

# Manual episode title
if meta['manual_episode_title'] == "":
meta['episode_title_storage'] = meta.get('manual_episode_title')
else:
meta['episode_title_storage'] = guessit(video, {"excludes": "part"}).get('episode_title', '')

if meta['season'] == "S00" or meta['episode'] == "E00":
meta['episode_title'] = meta['episode_title_storage']

Expand Down

0 comments on commit 46ecd9b

Please sign in to comment.