[rhythmbox] last-fm: enable creation of user playlist stations (bug #585043)



commit 6a06692f322ada49bd5a783134ec97edd912fff9
Author: Markus Järvinen <mkj iki fi>
Date:   Wed Jun 10 19:14:59 2009 +1000

    last-fm: enable creation of user playlist stations (bug #585043)
---
 plugins/audioscrobbler/rb-lastfm-source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/audioscrobbler/rb-lastfm-source.c b/plugins/audioscrobbler/rb-lastfm-source.c
index 5d7d1fa..0d029da 100644
--- a/plugins/audioscrobbler/rb-lastfm-source.c
+++ b/plugins/audioscrobbler/rb-lastfm-source.c
@@ -197,6 +197,7 @@ static const char* const radio_options[][3] = {
 	{N_("Personal radio"), "lastfm://user/%s/personal", N_("%s's Personal Radio")},
 	{N_("Loved tracks"), "lastfm://user/%s/loved", N_("%s's Loved Tracks")},
 	{N_("Recommended tracks"), "lastfm://user/%s/recommended/100", N_("Tracks recommended to %s")},
+	{N_("Playlist"), "lastfm://user/%s/playlist", N_("%s's playlist")},
 	{NULL, NULL, NULL}
 };
 



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