[banshee] [Last.fm] Set auth URL to one Last.fm redirects to



commit 92ba40d7076d55f4ebd872d8c3e17ace78492fd4
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Nov 9 16:15:11 2009 -0800

    [Last.fm] Set auth URL to one Last.fm redirects to

 src/Libraries/Lastfm/Lastfm/Account.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/Account.cs b/src/Libraries/Lastfm/Lastfm/Account.cs
index a0f6cfd..e9e46a3 100644
--- a/src/Libraries/Lastfm/Lastfm/Account.cs
+++ b/src/Libraries/Lastfm/Lastfm/Account.cs
@@ -107,7 +107,7 @@ namespace Lastfm
             }
             
             authentication_token = (string)response["token"];
-            Browser.Open (String.Format ("http://www.last.fm/api/auth/?api_key={0}&token={1}";, LastfmCore.ApiKey, authentication_token));
+            Browser.Open (String.Format ("http://www.last.fm/api/auth?api_key={0}&token={1}";, LastfmCore.ApiKey, authentication_token));
 
             return StationError.None;
         }



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