Bläddra i källkod

macosx/framework: Add the freebox as one of the known SD.

Pierre d'Herbemont 15 år sedan
förälder
incheckning
370b9c431c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Sources/VLCMediaDiscoverer.m

+ 1 - 0
Sources/VLCMediaDiscoverer.m

@@ -76,6 +76,7 @@ static void HandleMediaDiscovererEnded( const libvlc_event_t * event, void * use
     {
         availableMediaDiscoverer = [[NSArray arrayWithObjects:
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"sap"] autorelease],
+                                [[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcasttv"] autorelease], nil] retain];
     }