Compact request activity into a live summary and modal history

This commit is contained in:
2026-09-06 22:20:33 +12:00
parent 009bb35032
commit 74c49fad5b
10 changed files with 223 additions and 71 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ def _availability_message(result: Any) -> str:
or (isinstance(items, list) and len(items) > 0)
)
return (
"The title is available to watch in Jellyfin."
"Grizzlyflix returned possible matches. Magent still needs to check the exact title and file."
if available
else "The title is not currently available in Jellyfin."
else "Grizzlyflix did not find this title in its library search."
)