summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres G. Aragoneses <knocte@gmail.com>2013-03-02 18:43:22 +0000
committerAndres G. Aragoneses <knocte@gmail.com>2013-03-02 18:43:22 +0000
commit662841e6a9cebfe53843ff7aef4977896d5299d4 (patch)
tree1c247c404cac55cc732361834ffeb9b4d49f6856
parent2c82ffbeaf4f4ff9f996b4dfaf1bfc84064353f5 (diff)
DatabaseImportManager: Add .amr to import whitelist
Requested in the mailing-list. It has GStreamer support already apparently: http://blogs.gnome.org/uraeus/2009/06/12/amr-support-in-gstreamer/
-rw-r--r--src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs b/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs
index 355377e4f..5500dbd0f 100644
--- a/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs
+++ b/src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseImportManager.cs
@@ -67,7 +67,7 @@ namespace Banshee.Collection.Database
"wmd", "wmv", "wmx", "wv", "wvc", "wvx", "yuv", "f4v",
"f4a", "f4b", "669", "it", "med", "mod", "mol", "mtm",
"nst", "s3m", "stm", "ult", "wow", "xm", "xnm", "spx",
- "ts", "webm", "spc", "mka", "opus"
+ "ts", "webm", "spc", "mka", "opus", "amr"
);
public static bool IsWhiteListedFile (string path)