fix bug
This commit is contained in:
parent
da29aa0e90
commit
7057889f09
@ -94,7 +94,7 @@ async def arr_languageprofile(apikey: str) -> Any:
|
|||||||
status_code=403,
|
status_code=403,
|
||||||
detail="认证失败!",
|
detail="认证失败!",
|
||||||
)
|
)
|
||||||
return {
|
return [{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "默认",
|
"name": "默认",
|
||||||
"upgradeAllowed": True,
|
"upgradeAllowed": True,
|
||||||
@ -112,7 +112,7 @@ async def arr_languageprofile(apikey: str) -> Any:
|
|||||||
"allowed": True
|
"allowed": True
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}]
|
||||||
|
|
||||||
|
|
||||||
@arr_router.get("/movie", response_model=List[schemas.RadarrMovie])
|
@arr_router.get("/movie", response_model=List[schemas.RadarrMovie])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user