mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix sonarr
This commit is contained in:
@@ -506,6 +506,7 @@ async def arr_series_lookup(apikey: str, term: str, db: Session = Depends(get_db
|
|||||||
)]
|
)]
|
||||||
else:
|
else:
|
||||||
return [SonarrSeries(
|
return [SonarrSeries(
|
||||||
|
id=0,
|
||||||
isAvailable=False,
|
isAvailable=False,
|
||||||
monitored=False,
|
monitored=False,
|
||||||
profileId=1,
|
profileId=1,
|
||||||
|
|||||||
Reference in New Issue
Block a user