Parcourir la source

Deploy new dummy URLs

Felix Paul Kühne il y a 9 ans
Parent
commit
9566ea2de7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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];