Skip to content

Commit

Permalink
Only Support MP3 Uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Aug 31, 2014
1 parent c38963d commit 07bcc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(document).ready(function () {
$("#music-file").uploadifive({
uploadScript: '/upload',
queueID: 'queue',
fileType: 'audio',
fileType: 'audio/mpeg',
auto: false,
buttonText: '',
width: 35,
Expand Down

0 comments on commit 07bcc65

Please sign in to comment.