mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
Merge remote-tracking branch 'meisnate12/nightly' into nightly
This commit is contained in:
commit
59f6425c18
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.20.0-develop15
|
||||
1.20.0-develop16
|
||||
|
|
|
@ -446,7 +446,7 @@ class IMDb:
|
|||
if data["event_year"] == "all":
|
||||
event_years = self.events_validation[data["event_id"]]["years"]
|
||||
elif data["event_year"] == "latest":
|
||||
event_years = self.events_validation[data["event_id"]]["years"][0]
|
||||
event_years = [self.events_validation[data["event_id"]]["years"][0]]
|
||||
else:
|
||||
event_years = data["event_year"]
|
||||
for event_year in event_years:
|
||||
|
|
Loading…
Reference in a new issue