mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Fix formatting issues
This commit is contained in:
parent
96a90ffc73
commit
8ca54c0aec
3 changed files with 3 additions and 3 deletions
|
|
@ -181,7 +181,7 @@ const allowList = [
|
|||
/http:\/\/localhost:3000/,
|
||||
/http:\/\/localhost:3001/,
|
||||
/netlify.app/,
|
||||
/https:\/\/dustinbrett.com/
|
||||
/https:\/\/dustinbrett.com/,
|
||||
];
|
||||
|
||||
const corsOptions: CorsOptions = {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ async function processGivenUserUploads(
|
|||
message: e.message,
|
||||
} as const;
|
||||
eventHandler(action);
|
||||
throw e
|
||||
throw e;
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ class Webamp {
|
|||
*/
|
||||
setVolume(volume: number): void {
|
||||
this.store.dispatch(Actions.setVolume(volume));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Seek backward n seconds in the curent track
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue