add audio/mp4 support
This commit is contained in:
parent
ed77b4c0e5
commit
4e79edd8cb
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ public class DatabaseConnectionOrm {
|
|||
public static final List<String> ALLOWED_PODCASTS_TYPES = new ArrayList<String>() {
|
||||
{
|
||||
this.add("audio/mp3");
|
||||
this.add("audio/mp4");
|
||||
this.add("audio/mpeg");
|
||||
this.add("audio/ogg");
|
||||
this.add("audio/opus");
|
||||
|
|
Loading…
Reference in a new issue