Commit 9dfaf168 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

directory: Make sure the intf gets a last signal when directory is done adding items.

This should NOT be forward-ported.
It (hopefully) works around an issue where sometimes the datasource of the OS X interface isn't updated until you click the directory.
parent 9439810b
......@@ -266,6 +266,7 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len)
p_item_in_category,
p_current_input, (DIR *)p_access->p_sys, NULL );
var_SetBool( p_playlist, "intf-change", true );
playlist_Signal( p_playlist );
free( psz_name );
......
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