mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
some more progress on fancy view
This commit is contained in:
@@ -66,6 +66,10 @@ app.get( '/indexDirs', ( req, res ) => {
|
||||
} catch ( err ) {
|
||||
files[ req.query.dir + '/' + dat[ file ] ] = 'ERROR';
|
||||
}
|
||||
} else if ( dat[ file ].slice( dat[ file ].indexOf( '.' ), dat[ file ].length ) === '.csv' ) {
|
||||
|
||||
} else if ( dat[ file ].slice( dat[ file ].indexOf( '.' ), dat[ file ].length ) === '.json' ) {
|
||||
|
||||
}
|
||||
}
|
||||
indexedData[ req.query.dir ] = files;
|
||||
|
||||
Reference in New Issue
Block a user