mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix bug
This commit is contained in:
@@ -143,4 +143,4 @@ def library(userinfo: schemas.TokenPayload = Depends(verify_token)) -> Any:
|
|||||||
"""
|
"""
|
||||||
获取媒体服务器媒体库列表
|
获取媒体服务器媒体库列表
|
||||||
"""
|
"""
|
||||||
return MediaServerChain().librarys(userinfo.username) or []
|
return MediaServerChain().librarys(username=userinfo.username) or []
|
||||||
|
|||||||
Reference in New Issue
Block a user