Skip to content
Snippets Groups Projects
Commit af890c75 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Preserve # and ! in VLC uris

parent f01bd2cd
No related branches found
Tags 3.5.4-beta03
Loading
......@@ -501,7 +501,7 @@ public class VLCUtil {
return ret;
}
private static final String URI_AUTHORIZED_CHARS = "!'()*#";
private static final String URI_AUTHORIZED_CHARS = "'()*";
/**
* VLC authorize only "-._~" in Mrl format, android Uri authorize "_-!.~'()*".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment