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
270
Issues
270
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
2c7e82b5
Commit
2c7e82b5
authored
Nov 02, 2017
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATV: add missing sanity check
parent
10abe665
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 @
2c7e82b5
...
...
@@ -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
];
}
}
}
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
74488f5d
·
Nov 02, 2017
mentioned in commit
74488f5d
mentioned in commit 74488f5d4cb65323d82c3ea59d6dadabc599bedb
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