Minor fixes
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Beathaven::Application.routes.draw do
|
||||
match 'lastfm/scrobble' => 'last_fm#scrobble'
|
||||
|
||||
match 'track/update_length' => 'track#update_length'
|
||||
match 'track/report' => 'track#report_unavailable'
|
||||
match 'track/report_available' => 'track#report_available'
|
||||
|
||||
match 'playlist/(:id)' => 'playlist#data'
|
||||
match 'playlist/lastfm-top50/(:artist)' => 'playlist#lastfm_top50', constraints: { artist: /.*/ }
|
||||
|
||||
Reference in New Issue
Block a user