This commit is contained in:
+1
-1
@@ -1796,7 +1796,7 @@ async def bulk_update_nfo_files(dependencies: dict, imdb_ids: list = None, fix_a
|
||||
for ep in episodes:
|
||||
try:
|
||||
series_path = Path(ep['series_path'])
|
||||
season_dir = series_path / config.tv_season_dir_format.format(season=ep['season'])
|
||||
season_dir = series_path / config.get_season_dir_name(ep['season'])
|
||||
|
||||
if not season_dir.exists():
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user