]> git.sesse.net Git - vlc/commitdiff
* removed VLC_GO to avoid skipping to the last program
authorLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 06:16:55 +0000 (06:16 +0000)
committerLoïc Minier <lool@videolan.org>
Fri, 10 Jan 2003 06:16:55 +0000 (06:16 +0000)
modules/access/slp.c

index 06b027231e4047afe233cc409534aaf65685013d..5449108911ac742adcd0adc3d55ebc45f4b73c9e 100644 (file)
@@ -2,7 +2,7 @@
  * slp.c: SLP access plugin
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: slp.c,v 1.1 2003/01/10 04:58:23 lool Exp $
+ * $Id: slp.c,v 1.2 2003/01/10 06:16:55 lool Exp $
  *
  * Authors: Loïc Minier <lool@videolan.org>
  *
@@ -109,7 +109,7 @@ static SLPBoolean SrvUrlCallback( SLPHandle hslp,
                          psz_s,
                          sizeof(psz_item) - strlen(psz_item) - 1 );
         playlist_Add( p_playlist, psz_s,
-                      PLAYLIST_APPEND | PLAYLIST_GO,
+                      PLAYLIST_APPEND,
                       PLAYLIST_END );
         vlc_object_release( (vlc_object_t *)p_playlist );