mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-23 21:55:55 -05:00
done playing with playlists
This commit is contained in:
parent
c9ea0b4bfc
commit
1533d3b33c
@ -349,8 +349,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
printf("Done... starting server\n");
|
||||
|
||||
db_add_playlist(27,"foo");
|
||||
db_add_playlist_song(27,941027);
|
||||
// db_add_playlist(27,"foo");
|
||||
// db_add_playlist_song(27,941027);
|
||||
|
||||
/* start up the web server */
|
||||
ws_config.web_root=config.web_root;
|
||||
|
Loading…
Reference in New Issue
Block a user