This commit is contained in:
jxxghp 2024-01-07 11:51:49 +08:00
parent bf8a75b201
commit 979b636eec

View File

@ -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 []