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
7d697147
Commit
7d697147
authored
Nov 01, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upnp discovery: add debug message so we can check for other devices on the LAN
parent
89ba624d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AspenProject/VLCLocalServerListViewController.m
AspenProject/VLCLocalServerListViewController.m
+2
-0
No files found.
AspenProject/VLCLocalServerListViewController.m
View file @
7d697147
...
...
@@ -377,6 +377,8 @@
device
=
_UPNPdevices
[
x
];
if
([[
device
urn
]
isEqualToString
:
@"urn:schemas-upnp-org:device:MediaServer:1"
])
[
mutArray
addObject
:
device
];
else
APLog
(
@"found device '%@' with unsupported urn '%@'"
,
[
device
friendlyName
],
[
device
urn
]);
}
_filteredUPNPDevices
=
nil
;
_filteredUPNPDevices
=
[
NSArray
arrayWithArray
:
mutArray
];
...
...
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