Update track length in db if empty. Closes #107

This commit is contained in:
Gregory Eremin
2011-10-12 13:24:07 +04:00
parent 20ee424e7f
commit 0ec0b14172
12 changed files with 47 additions and 236 deletions
+2
View File
@@ -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'