From 7d84eb8ed489618b8be1523d45a3d5c98ee5fea9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Minier?= Date: Fri, 10 Jan 2003 06:16:55 +0000 Subject: [PATCH] * removed VLC_GO to avoid skipping to the last program --- modules/access/slp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access/slp.c b/modules/access/slp.c index 06b027231e..5449108911 100644 --- a/modules/access/slp.c +++ b/modules/access/slp.c @@ -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 * @@ -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 ); -- 2.39.2