Browse Source

local network: fix UPnP discovery on init

Felix Paul Kühne 11 years ago
parent
commit
9f7cb77161
1 changed files with 1 additions and 1 deletions
  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