Skip to content
Snippets Groups Projects
Commit c4d3707b authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Jean-Baptiste Kempf
Browse files

Set priority to SMBv1

parent 93119237
No related branches found
No related tags found
1 merge request!295Set priority to SMBv1
Pipeline #10620 passed with stage
in 26 minutes and 20 seconds
......@@ -139,6 +139,7 @@ object VLCOptions {
val optionsArray = customOptions!!.split("\\r?\\n".toRegex()).toTypedArray()
if (!optionsArray.isNullOrEmpty()) Collections.addAll(options, *optionsArray)
}
options.add("--smb-force-v1")
return options
}
......
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