mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-05 03:16:50 -08:00
fix(player-controls-menu): remove back directive
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user