Render artist page with serialized data, artist playlist by name
This commit is contained in:
+2
-2
@@ -16,10 +16,10 @@ 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 'playlist/lastfm-top50/(:artist)' => 'playlist#lastfm_top50', constraints: { artist: /.*/ }
|
||||
|
||||
match 'settings' => 'user#settings'
|
||||
|
||||
match 'artist/autocomplete' => 'last_fm#autocomplete'
|
||||
match 'artist/(:name)' => 'artist#data', constraints: { name: /.*/ }
|
||||
match 'artist/(:artist)' => 'artist#data', constraints: { artist: /.*/ }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user