]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
Renamed "seekable" into "can-seek" (for consistency).
[vlc] / modules / control / hotkeys.c
index aaa6014197188053fe5f7eafd4186a9173f81ed0..e3df64ec412b475eeaef4ea3bf994f2d0503b224 100644 (file)
@@ -410,7 +410,7 @@ static void Run( intf_thread_t *p_intf )
         /* Input options */
         else if( p_input )
         {
-            bool b_seekable = var_GetBool( p_input, "seekable" );
+            bool b_seekable = var_GetBool( p_input, "can-seek" );
             int i_interval =0;
 
             if( i_action == ACTIONID_PAUSE )