mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-16 13:55:28 +08:00
add ai agent
This commit is contained in:
@@ -190,7 +190,7 @@ class Api:
|
||||
"""
|
||||
用户列表(仅管理员有权访问)
|
||||
"""
|
||||
if (res := self.request("/manager/user/list")) and res.success:
|
||||
if (res := self.request("/memory/user/list")) and res.success:
|
||||
if not res.data:
|
||||
return []
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user