Built-in Last.fm TOP playlists

This commit is contained in:
magnolia-fan
2011-11-27 00:56:09 +04:00
parent f3c178a092
commit 78be17fd58
11 changed files with 52 additions and 17 deletions
+1
View File
@@ -16,6 +16,7 @@ Beathaven::Application.routes.draw do
match 'track/report' => 'track#report_unavailable'
match 'playlist/(:id)' => 'playlist#data'
match 'playlist/lastfm-top50/(:id)' => 'playlist#lastfm_top50'
match 'settings' => 'user#settings'