소스 검색

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