Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
9f7cb771
Commit
9f7cb771
authored
Oct 26, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
local network: fix UPnP discovery on init
parent
4dafd3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AspenProject/VLCLocalServerListViewController.m
AspenProject/VLCLocalServerListViewController.m
+1
-1
No files found.
AspenProject/VLCLocalServerListViewController.m
View file @
9f7cb771
...
...
@@ -94,7 +94,7 @@
{
[
super
viewWillAppear
:
animated
];
[
self
_triggerNetServiceBrowser
];
//
[self performSelectorInBackground:@selector(_startUPNPDiscovery) withObject:nil];
[
self
performSelectorInBackground
:
@selector
(
_startUPNPDiscovery
)
withObject
:
nil
];
}
-
(
void
)
_triggerNetServiceBrowser
...
...
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