Update track length in db if empty. Closes #107
This commit is contained in:
@@ -68,6 +68,8 @@ Beathaven::Application.routes.draw do
|
||||
match 'lastfm/listening' => 'last_fm#listening'
|
||||
match 'lastfm/scrobble' => 'last_fm#scrobble'
|
||||
|
||||
match 'track/update_length' => 'track#update_length'
|
||||
|
||||
match 'settings' => 'user#settings'
|
||||
|
||||
match 'artist/autocomplete' => 'artist#autocomplete'
|
||||
|
||||
Reference in New Issue
Block a user