mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix bug
This commit is contained in:
+11
-1
@@ -96,7 +96,17 @@ async def arr_languageprofile(apikey: str) -> Any:
|
|||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "中文"
|
"name": "默认",
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"language": {
|
||||||
|
"id": 1,
|
||||||
|
"name": "中文"
|
||||||
|
},
|
||||||
|
"allowed": True
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user