Compact request activity into a live summary and modal history
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user