diff --git a/funkwhale_cli.py b/funkwhale_cli.py index 61befc2..e96ace5 100644 --- a/funkwhale_cli.py +++ b/funkwhale_cli.py @@ -45,7 +45,7 @@ def main(): menu.append('Sign in') if support_message != '': menu.append('Donate') - if not src.mpv_control.player.core_idle: + if src.mpv_control.player.playlist_playing_pos != -1: menu.insert(0, 'Player') ids = fzf.prompt(menu, f"--header={main_menu_header}")