[banshee] [Last.fm] Set auth URL to one Last.fm redirects to
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [Last.fm] Set auth URL to one Last.fm redirects to
- Date: Tue, 10 Nov 2009 00:24:35 +0000 (UTC)
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]