From 82376ebd86521a7015aae10381041e55250ca8fa Mon Sep 17 00:00:00 2001 From: Marco Chen Date: Tue, 7 May 2013 11:02:21 +0800 Subject: [PATCH] Bug 847006 - Add .amr into and remove aac from music as well as add m4v into video filter on device storage. r=dougt, r=doublec, a=leo+ --- toolkit/content/devicestorage.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/content/devicestorage.properties b/toolkit/content/devicestorage.properties index 52c15afd96ab..e5f7e1dee738 100644 --- a/toolkit/content/devicestorage.properties +++ b/toolkit/content/devicestorage.properties @@ -1,4 +1,4 @@ # Extensions we recognize for DeviceStorage storage areas pictures=*.jpe; *.jpg; *.jpeg; *.gif; *.png; *.bmp; -music=*.mp3; *.ogg; *.m4a; *.m4b; *.m4p; *.m4r; *.3gp; *.mp4; *.aac; *.m3u; *.pls; *.opus; -videos=*.mp4; *.mpeg; *.mpg; *.ogv; *.ogx; *.webm; *.3gp; *.ogg; +music=*.mp3; *.ogg; *.m4a; *.m4b; *.m4p; *.m4r; *.3gp; *.mp4; *.m3u; *.pls; *.opus; *.amr; +videos=*.mp4; *.mpeg; *.mpg; *.ogv; *.ogx; *.webm; *.3gp; *.ogg; *.m4v;