fix
This commit is contained in:
parent
181e1f4001
commit
713d3d6a87
@ -555,7 +555,7 @@ async def arr_add_series(request: Request, apikey: str, tv: schemas.SonarrSeries
|
||||
for season in tv.seasons:
|
||||
sid = SubscribeChain().process(title=tv.title,
|
||||
year=str(tv.year) if tv.year else None,
|
||||
season=season.seasonNumber,
|
||||
season=season.get("seasonNumber"),
|
||||
mtype=MediaType.TV,
|
||||
userid="Seerr")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user