mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
fix rardar
This commit is contained in:
@@ -241,7 +241,16 @@ async def arr_movie_lookup(apikey: str, term: str, db: Session = Depends(get_db)
|
||||
hasFile=False,
|
||||
)]
|
||||
else:
|
||||
return []
|
||||
return [RadarrMovie(
|
||||
title=subscribe.name,
|
||||
isAvailable=False,
|
||||
monitored=False,
|
||||
tmdbId=subscribe.tmdbid,
|
||||
profileId=1,
|
||||
qualityProfileId=1,
|
||||
added=False,
|
||||
hasFile=False,
|
||||
)]
|
||||
|
||||
|
||||
@arr_router.get("/movie/{mid}", response_model=schemas.RadarrMovie)
|
||||
|
||||
Reference in New Issue
Block a user