[rhythmbox] Let the magnatune server know where we're coming from.



commit 10341d7c8da06cbd6f5b08c5e5d744f41df279b4
Author: Adam Zimmerman <adam zimmerman85 gmail com>
Date:   Tue Feb 9 12:11:31 2010 -0800

    Let the magnatune server know where we're coming from.

 plugins/magnatune/magnatune/MagnatuneSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/magnatune/magnatune/MagnatuneSource.py b/plugins/magnatune/magnatune/MagnatuneSource.py
index 45d8591..e2d3386 100644
--- a/plugins/magnatune/magnatune/MagnatuneSource.py
+++ b/plugins/magnatune/magnatune/MagnatuneSource.py
@@ -204,7 +204,7 @@ class MagnatuneSource(rb.BrowserSource):
 
 		for tr in tracks:
 			sku = self.__sku_dict[self.__db.entry_get(tr, rhythmdb.PROP_LOCATION)]
-			url = magnatune_buy_album_uri + urllib.urlencode({ 'sku': sku })
+			url = magnatune_buy_album_uri + urllib.urlencode({ 'sku': sku, 'from': magnatune_partner_id })
 			if url not in urls:
 				gtk.show_uri(screen, url, gtk.gdk.CURRENT_TIME)
 				urls.add(url)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]