playing with playlists

This commit is contained in:
Ron Pedde 2003-12-02 05:28:39 +00:00
parent 375521caaa
commit c9ea0b4bfc

View File

@ -349,6 +349,9 @@ int main(int argc, char *argv[]) {
printf("Done... starting server\n");
db_add_playlist(27,"foo");
db_add_playlist_song(27,941027);
/* start up the web server */
ws_config.web_root=config.web_root;
ws_config.port=config.port;