瀏覽代碼

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];