This commit is contained in:
jxxghp 2023-06-13 17:39:35 +08:00
parent da29aa0e90
commit 7057889f09

View File

@ -94,7 +94,7 @@ async def arr_languageprofile(apikey: str) -> Any:
status_code=403,
detail="认证失败!",
)
return {
return [{
"id": 1,
"name": "默认",
"upgradeAllowed": True,
@ -112,7 +112,7 @@ async def arr_languageprofile(apikey: str) -> Any:
"allowed": True
}
]
}
}]
@arr_router.get("/movie", response_model=List[schemas.RadarrMovie])