mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
fix season00 assets
This commit is contained in:
parent
1b7652ba9f
commit
6a282708f8
2 changed files with 21 additions and 22 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.15.1-develop37
|
||||
1.15.1-develop38
|
||||
|
|
|
@ -914,7 +914,6 @@ class Plex(Library):
|
|||
found_season = False
|
||||
found_episode = False
|
||||
for season in self.query(item.seasons):
|
||||
if season.seasonNumber:
|
||||
season_name = f"Season{'0' if season.seasonNumber < 10 else ''}{season.seasonNumber}"
|
||||
if item_dir:
|
||||
season_poster_filter = os.path.join(item_dir, f"{season_name}.*")
|
||||
|
|
Loading…
Reference in a new issue