fix(player-controls-menu): remove back directive

This commit is contained in:
Benexl
2025-07-27 00:07:04 +03:00
parent f79c8540c3
commit 99809f3fd3

View File

@@ -80,8 +80,6 @@ def player_controls(ctx: Context, state: State) -> Union[State, InternalDirectiv
if choice and choice in options:
return options[choice]()
return InternalDirective.BACK
def _next_episode(ctx: Context, state: State) -> MenuAction:
def action():