[banshee] AmazonMp3.Store: Add ca cn and it to domains list
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] AmazonMp3.Store: Add ca cn and it to domains list
- Date: Mon, 14 Mar 2011 20:26:52 +0000 (UTC)
commit 16856da228f53a86cd1ac4672d8c1c360ad1e4d5
Author: Gabriel Burt <gabriel burt gmail com>
Date: Mon Mar 14 15:25:03 2011 -0500
AmazonMp3.Store: Add ca cn and it to domains list
Only .ca will actually properly redirect via the banshee.fm server at
the moment, but having them in the domains list means we check them for
signed-in cookies, supporting sign-out, etc.
.../Banshee.AmazonMp3.Store/StoreView.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
index c8e1bb7..ddf9b9f 100644
--- a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
+++ b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
@@ -47,7 +47,10 @@ namespace Banshee.AmazonMp3.Store
"co.uk",
"co.jp",
"de",
- "fr"
+ "fr",
+ "ca",
+ "cn",
+ "it"
};
private static bool IsAmzContentType (string contentType)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]