1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00

cache busting - minor audio file fix

This commit is contained in:
2017-02-05 07:29:15 +00:00
parent d62370eb77
commit 043a82d3df
19 changed files with 66877 additions and 20 deletions

View File

@@ -37,13 +37,12 @@ export default class SoundList extends React.Component {
}
checkExtension(extension) {
console.log(extension);
switch(extension) {
case "wav":
return true;
case "wav":
case "mp3":
return true;
case "wav":
case "mpeg":
return true;
default:
console.log("not working");