Commit feb2e065 authored by Thomas Guillem's avatar Thomas Guillem

upnp: items are already sorted

Since items are already sorted by the server.
parent 3840a03d
......@@ -839,6 +839,7 @@ static int Open( vlc_object_t *p_this )
}
p_access->pf_readdir = ReadDirectory;
p_access->info.b_dir_sorted = true;
return VLC_SUCCESS;
}
......
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