Commit 6a764018 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Minor simplification

parent 942d6119
......@@ -307,8 +307,7 @@ static int Open( vlc_object_t *p_this )
#endif
/* Cache sap_timeshift value */
p_sys->b_timeshift = var_CreateGetInteger( p_sd, "sap-timeshift" )
? VLC_TRUE : VLC_FALSE;
p_sys->b_timeshift = var_CreateGetInteger( p_sd, "sap-timeshift" );
/* Create our playlist node */
pl_Yield( p_sd );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment