Explorar o código

local network: fix UPnP discovery on init

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
9f7cb77161
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AspenProject/VLCLocalServerListViewController.m

+ 1 - 1
AspenProject/VLCLocalServerListViewController.m

@@ -94,7 +94,7 @@
 {
     [super viewWillAppear:animated];
     [self _triggerNetServiceBrowser];
-    //[self performSelectorInBackground:@selector(_startUPNPDiscovery) withObject:nil];
+    [self performSelectorInBackground:@selector(_startUPNPDiscovery) withObject:nil];
 }
 
 - (void)_triggerNetServiceBrowser