Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
268
Issues
268
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
2dc59b1b
Commit
2dc59b1b
authored
May 12, 2016
by
Pierre SAGASPE
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ftp : displaying subtitles files in browser
parent
ad948683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SharedSources/ServerBrowsing/FTP/VLCNetworkServerBrowserFTP.m
...edSources/ServerBrowsing/FTP/VLCNetworkServerBrowserFTP.m
+1
-1
No files found.
SharedSources/ServerBrowsing/FTP/VLCNetworkServerBrowserFTP.m
View file @
2dc59b1b
...
...
@@ -129,7 +129,7 @@
if
([
filename
isSupportedAudioMediaFormat
]
||
[
filename
isSupportedMediaFormat
])
subtitleURL
=
[
self
searchSubtitleForFile
:
filename
inSubtitleList
:
subtitleList
];
else
if
(
!
container
)
else
if
(
(
!
container
)
&&
!
[
filename
isSupportedSubtitleFormat
]
)
continue
;
[
filteredList
addObject
:[[
VLCNetworkServerBrowserItemFTP
alloc
]
initWithDictionary
:
dict
baseURL
:
self
.
url
subtitleURL
:
subtitleURL
]];
...
...
Pierre SAGASPE
@Pierre
mentioned in commit
b50e950a
·
Jun 13, 2016
mentioned in commit
b50e950a
mentioned in commit b50e950a36e02a0a17a341a2021041a15368d6fd
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment