Merge pull request #5681 from ByteHamster/m4b-extension
Manually detect m4b on devices that don't do it
This commit is contained in:
commit
08bd963fd9
@ -16,7 +16,7 @@ public class MimeTypeUtils {
|
||||
|
||||
// based on https://developer.android.com/guide/topics/media/media-formats
|
||||
static final Set<String> AUDIO_FILE_EXTENSIONS = new HashSet<>(Arrays.asList(
|
||||
"3gp", "aac", "amr", "flac", "imy", "m4a", "mid", "mkv", "mp3", "mp4", "mxmf", "oga",
|
||||
"3gp", "aac", "amr", "flac", "imy", "m4a", "m4b", "mid", "mkv", "mp3", "mp4", "mxmf", "oga",
|
||||
"ogg", "ogx", "opus", "ota", "rtttl", "rtx", "wav", "xmf"
|
||||
));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user