The player is playing!
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
File.open("#{Rails.root}/config/api_keys.yml") do |file|
|
||||
config = YAML.load(file.read)
|
||||
BeatHaven::Application.config.api_accounts = config
|
||||
|
||||
LastFM.api_key = config["lastfm"]["api_key"]
|
||||
LastFM.secret = config["lastfm"]["api_secret"]
|
||||
Reference in New Issue
Block a user