Commit fdb4685e authored by Anil Daoud's avatar Anil Daoud

msleep() a bit before filling the playlist.

parent c471fbb3
......@@ -385,6 +385,9 @@ static void Run( intf_thread_t *p_intf )
intf_sys_t *p_sys = p_intf->p_sys;
uint8_t buffer[MAX_SAP_BUFFER + 1];
uint8_t *p_end;
/* Dirty hack to slow down the startup of the sap interface*/
msleep(500000);
/* read SAP packets */
while( !p_intf->b_die )
......
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