Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
Issue boards
Milestones
Wiki
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
c4d3707b
Commit
c4d3707b
authored
5 years ago
by
Geoffrey Métais
Committed by
Jean-Baptiste Kempf
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Set priority to SMBv1
parent
93119237
No related branches found
No related tags found
1 merge request
!295
Set priority to SMBv1
Pipeline
#10620
passed with stage
in 26 minutes and 20 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-android/src/org/videolan/vlc/util/VLCOptions.kt
+1
-0
1 addition, 0 deletions
vlc-android/src/org/videolan/vlc/util/VLCOptions.kt
with
1 addition
and
0 deletions
vlc-android/src/org/videolan/vlc/util/VLCOptions.kt
+
1
−
0
View file @
c4d3707b
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Geoffrey Métais
@Dekans
mentioned in commit
3fa28153
·
5 years ago
mentioned in commit
3fa28153
mentioned in commit 3fa28153b4dbc071676bc201b98cb4e20061d361
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment