[rhythmbox] context: don't request similar artists or top albums
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] context: don't request similar artists or top albums
- Date: Sun, 21 Apr 2013 08:45:07 +0000 (UTC)
commit 6e25222b801162fec029ce2cbb47c8c34f8ae1b0
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Apr 21 09:36:30 2013 +1000
context: don't request similar artists or top albums
plugins/context/ArtistTab.py | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/plugins/context/ArtistTab.py b/plugins/context/ArtistTab.py
index bac9293..9f9ef83 100644
--- a/plugins/context/ArtistTab.py
+++ b/plugins/context/ArtistTab.py
@@ -173,21 +173,23 @@ class ArtistDataSource (GObject.GObject):
'parsed' : False,
},
- 'similar' : {
- 'data' : None,
- 'signal' : 'artist-similar-ready',
- 'function' : 'getsimilar',
- 'cache' : info_cache,
- 'parsed' : False,
- },
-
- 'top_albums' : {
- 'data' : None,
- 'signal' : 'artist-top-albums-ready',
- 'function' : 'gettopalbums',
- 'cache' : ranking_cache,
- 'parsed' : False,
- },
+ # nothing uses this
+ #'similar' : {
+ # 'data' : None,
+ # 'signal' : 'artist-similar-ready',
+ # 'function' : 'getsimilar',
+ # 'cache' : info_cache,
+ # 'parsed' : False,
+ #},
+
+ # or this
+ #'top_albums' : {
+ # 'data' : None,
+ # 'signal' : 'artist-top-albums-ready',
+ # 'function' : 'gettopalbums',
+ # 'cache' : ranking_cache,
+ # 'parsed' : False,
+ #},
}
def fetch_artist_data (self, artist):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]