mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ async def arr_add_series(request: Request, apikey: str, tv: schemas.SonarrSeries
|
|||||||
for season in tv.seasons:
|
for season in tv.seasons:
|
||||||
sid = SubscribeChain().process(title=tv.title,
|
sid = SubscribeChain().process(title=tv.title,
|
||||||
year=str(tv.year) if tv.year else None,
|
year=str(tv.year) if tv.year else None,
|
||||||
season=season.seasonNumber,
|
season=season.get("seasonNumber"),
|
||||||
mtype=MediaType.TV,
|
mtype=MediaType.TV,
|
||||||
userid="Seerr")
|
userid="Seerr")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user