Commit a1678930 authored by Rafaël Carré's avatar Rafaël Carré

Uses file:// MRLs for items added by directory access

parent f0975acb
......@@ -396,7 +396,7 @@ static int ReadDir( playlist_t *p_playlist, const char *psz_name,
strlen( entry ) + 2;
char psz_uri[i_size_entry];
sprintf( psz_uri, "%s/%s", psz_name, entry);
sprintf( psz_uri, "file://%s/%s", psz_name, entry);
/* if it starts with '.' then forget it */
if (entry[0] != '.')
......
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