mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
playing with playlists
This commit is contained in:
parent
375521caaa
commit
c9ea0b4bfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user