search for: load_playlist

Displaying 1 result from an estimated 1 matches for "load_playlist".

2001 Sep 27
2
Icecast2 in xiph CVS, PATCH!
.../src/playlist_basic.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 playlist_basic.c --- playlist_basic.c 2001/09/10 02:30:54 1.1.1.1 +++ playlist_basic.c 2001/09/27 06:15:24 @@ -128,6 +128,8 @@ { LOG_INFO1("Reloading playlist after file \"%s\" changed", pl->file); load_playlist(pl); + pl->pos =1; + return pl->pl[0]; } ---- CUT ---- Regards Per Wigren > Hi all: > > A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and > its relatives would be moving to the xiph.org CVS repository and that he'd > post the details short...