1
0
Fork 0

Lastfm auth fix

This commit is contained in:
magnolia-fan 2011-09-26 09:33:06 +04:00
parent c138c1a74b
commit 22cee9d0dc
1 changed files with 1 additions and 1 deletions
app/controllers

View File

@ -2,7 +2,7 @@ require 'open-uri'
require 'net/http'
class LastFmController < ApplicationController
before_filter :authorize
before_filter :authorize, :except => [:connect]
@@api_key = '04fda005dbf61a50af5abc3e90f111f2'
@@secret = '19e70e98b291e9f15d0516925945eb1b'