Lastfm scrobbling backend ready

This commit is contained in:
magnolia-fan
2011-06-23 02:56:32 +04:00
parent 4326a4960b
commit 8c33730252
9 changed files with 78 additions and 49 deletions
+2 -1
View File
@@ -59,9 +59,10 @@ Beathaven::Application.routes.draw do
match 'user/auth' => 'user#auth'
match 'user/update' => 'user#update'
match 'lastfm/login' => 'last_fm#login'
match 'lastfm/connect' => 'last_fm#connect'
match 'lastfm/getinfo' => 'last_fm#getinfo'
match 'lastfm/listening' => 'last_fm#listening'
match 'lastfm/scrobble' => 'last_fm#scrobble'
match 'artist/autocomplete' => 'artist#autocomplete'
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }