From 04804702d97e0667fdf05ed3ceeae6759fe732d4 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sat, 2 Aug 2008 03:38:46 +0200 Subject: [PATCH] hotkeys: Properly set seekable. --- modules/control/hotkeys.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c index 1ba9979748..f79b0ea2c8 100644 --- a/modules/control/hotkeys.c +++ b/modules/control/hotkeys.c @@ -397,11 +397,7 @@ static void Run( intf_thread_t *p_intf ) /* Input options */ else if( p_input ) { - /* FIXME --fenrir - * How to get a valid value ? - * That's not that easy with some special stream - */ - bool b_seekable = true; + bool b_seekable = var_GetBool( p_input, "seekable" ); int i_interval =0; if( i_action == ACTIONID_PAUSE ) -- 2.39.2