Updated Dependencies

This commit is contained in:
Paoda 2019-03-08 13:42:19 -06:00
parent 8d8dd3dfe6
commit 7cec31ae98
3 changed files with 385 additions and 413 deletions

View File

@ -19,7 +19,7 @@ var mp = new MusicPlayer();
// const playlist = new Playlist("Test", "\\\\PAODA-SERVER\\Weeb_Home\\Music") // const playlist = new Playlist("Test", "\\\\PAODA-SERVER\\Weeb_Home\\Music")
// archive.add(null, playlist); // archive.add(null, playlist);
const filepath = new Filepath("C:\\Users\\Paoda\\Downloads"); const filepath = new Filepath("C:\\Users\\Paoda\\Downloads\\Music");
(async () => { (async () => {
let list = await filepath.getValidFiles(); let list = await filepath.getValidFiles();

View File

@ -138,7 +138,7 @@ export default class Table extends React.Component {
/** /**
* Handles a Click on the Table * Handles a Click on the Table
* @param {MouseEvent} e * @param {MouseEvent} e
* @return {void} * @return {Promise<void>}
* @async * @async
*/ */
async handleClick(e) { async handleClick(e) {

794
yarn.lock

File diff suppressed because it is too large Load Diff