refactor(cli-service-feedback): use click.pause

This commit is contained in:
Benexl
2025-07-28 02:28:31 +03:00
parent 6000ed2a84
commit af616e0047
2 changed files with 2 additions and 5 deletions

View File

@@ -38,8 +38,7 @@ def media_review(ctx: Context, state: State) -> Union[State, InternalDirective]:
)
if not reviews:
feedback.warning("No reviews found for this anime.")
selector.ask("Press Enter to return...")
feedback.error("No reviews found for this anime.")
return InternalDirective.BACK
choice_map: Dict[str, MediaReview] = {