소스 검색

Deploy new dummy URLs

Felix Paul Kühne 9 년 전
부모
커밋
9566ea2de7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Apple-TV/VLCOpenNetworkStreamTVViewController.m

+ 2 - 2
Apple-TV/VLCOpenNetworkStreamTVViewController.m

@@ -71,8 +71,8 @@
     _recentURLs = [NSMutableArray arrayWithArray:[[NSUbiquitousKeyValueStore defaultStore] arrayForKey:kVLCRecentURLs]];
 #ifndef NDEBUG
     if (_recentURLs.count == 0) {
-        [_recentURLs addObject:@"http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"];
-        [_recentURLs addObject:@"http://streams.videolan.org/streams/mp4/Mr&MrsSmith.txt"];
+        [_recentURLs addObject:@"https://www.youtube.com/watch?v=13e2GxpqGPY"];
+        [_recentURLs addObject:@"https://vimeo.com/74370512"];
     }
 #endif
     [self.previouslyPlayedStreamsTableView reloadData];