Skip to content

Commit

Permalink
Added webm as audio format
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Jan committed Apr 18, 2012
1 parent 694ba28 commit ec084d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public final class StringUtil {
{"ape", "audio/x-monkeys-audio"},
{"mpc", "audio/x-musepack"},
{"shn", "audio/x-shn"},
{"webm", "audio/webm"},

{"flv", "video/x-flv"},
{"avi", "video/avi"},
Expand Down Expand Up @@ -534,4 +535,4 @@ public static String getRESTProtocolVersion() {
// TODO: Read from xsd.
return "1.8.0";
}
}
}

0 comments on commit ec084d6

Please sign in to comment.