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
3
Merge Requests
3
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
74488f5d
Commit
74488f5d
authored
Nov 02, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATV: add missing sanity check
(cherry picked from commit
2c7e82b5
)
parent
dff74df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Apple-TV/VLCServerListTVViewController.m
Apple-TV/VLCServerListTVViewController.m
+3
-1
No files found.
Apple-TV/VLCServerListTVViewController.m
View file @
74488f5d
...
...
@@ -344,7 +344,9 @@
for
(
NSUInteger
index
=
0
;
index
<
itemsCount
;
++
index
)
{
NSIndexPath
*
indexPath
=
[
NSIndexPath
indexPathForItem
:
index
inSection
:
section
];
id
<
VLCLocalNetworkService
>
service
=
[
discoveryController
networkServiceForIndexPath
:
indexPath
];
[
newNetworkServices
addObject
:
service
];
if
(
service
!=
nil
)
{
[
newNetworkServices
addObject
:
service
];
}
}
}
...
...
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