Split search actions and improve download options
This commit is contained in:
@@ -550,8 +550,15 @@ async def build_snapshot(request_id: str) -> Snapshot:
|
||||
elif arr_item and arr_state != "available":
|
||||
actions.append(
|
||||
ActionOption(
|
||||
id="search",
|
||||
label="Search again for releases",
|
||||
id="search_auto",
|
||||
label="Search and auto-download",
|
||||
risk="low",
|
||||
)
|
||||
)
|
||||
actions.append(
|
||||
ActionOption(
|
||||
id="search_releases",
|
||||
label="Search and choose a download",
|
||||
risk="low",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user