From fb37e478db219cfb2d01c791e8fe9d33128937cb Mon Sep 17 00:00:00 2001 From: Jonas Haraldsson Date: Fri, 3 Jan 2014 00:25:50 +0100 Subject: [PATCH] Add rhythmbox api key to clientcodes array --- nixtape/data/clientcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixtape/data/clientcodes.php b/nixtape/data/clientcodes.php index d1e22d5b..e7d7bcca 100644 --- a/nixtape/data/clientcodes.php +++ b/nixtape/data/clientcodes.php @@ -94,7 +94,7 @@ $clients = array( array('code' => 'qmm', 'api_key' => $free_apikey, 'name' => 'Qmmp', 'url' => 'http://qmmp.ylsoftware.com', 'free' => True), array('code' => 'qmn', 'api_key' => $free_apikey, 'name' => 'QMPDClient', 'url' => 'http://bitcheese.net/wiki/QMPDClient', 'free' => True), array('code' => 'qts', 'api_key' => $free_apikey, 'name' => 'QTScrobbler', 'url' => 'http://qtscrob.sourceforge.net/', 'free' => True), - array('code' => 'rbx', 'api_key' => $free_apikey, 'name' => 'Rhythmbox', 'url' => 'http://projects.gnome.org/rhythmbox/', 'free' => True), + array('code' => 'rbx', 'api_key' => 'a string 32 characters in length', 'name' => 'Rhythmbox', 'url' => 'http://projects.gnome.org/rhythmbox/', 'free' => True), array('code' => 'sbd', 'api_key' => $free_apikey, 'name' => 'Songbird', 'url' => 'http://www.getsongbird.com/', 'free' => True), array('code' => 'scb', 'api_key' => $free_apikey, 'name' => 'Scrobbl', 'url' => 'http://www.last.fm/group/scrobbl', 'free' => True), array('code' => 'sfm', 'api_key' => $free_apikey, 'name' => 'shell-fm', 'url' => 'http://nex.scrapping.cc/shell-fm/', 'free' => True), -- GitLab