some more progress

This commit is contained in:
janis
2023-10-30 14:20:42 +01:00
parent 5199dac5b1
commit 504b2567e3
5 changed files with 306 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ app.get( '/', ( request, response ) => {
app.get( '/openSongs', ( req, res ) => {
// res.send( '{ "data": [ "/home/janis/Music/KB2022" ] }' );
res.send( '{ "data": [ "/mnt/storage/SORTED/Music/audio/KB2022" ] }' );
res.send( '{ "data": [ "/home/janis/Music/KB2022" ] }' );
// res.send( '{ "data": [ "/mnt/storage/SORTED/Music/audio/KB2022" ] }' );
// res.send( { 'data': dialog.showOpenDialogSync( { properties: [ 'openDirectory' ], title: 'Open music library folder' } ) } );
} );