Commit 93261149 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Partially unbackport [15953] which removed some variables we still needed with the older playlist

parent 62b4db22
......@@ -282,6 +282,9 @@ static int Open( vlc_object_t *p_this )
services_discovery_sys_t *p_sys = (services_discovery_sys_t *)
malloc( sizeof( services_discovery_sys_t ) );
playlist_view_t *p_view;
vlc_value_t val;
p_sys->i_timeout = var_CreateGetInteger( p_sd, "sap-timeout" );
p_sd->pf_run = Run;
......
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