mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat: add managed agent command sessions
This commit is contained in:
+1
-1
@@ -823,7 +823,7 @@ class SkillsChain(ChainBase):
|
||||
)
|
||||
if search_row:
|
||||
buttons.append(search_row)
|
||||
for index, _skill in enumerate(page_items, start=1):
|
||||
for index, _skill in enumerate(items, start=1):
|
||||
buttons.append(
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user