浏览代码

local network: fix UPnP discovery on init

Felix Paul Kühne 11 年之前
父节点
当前提交
9f7cb77161
共有 1 个文件被更改,包括 1 次插入1 次删除
  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