replaygain: Implement rg update API

This commit is contained in:
Daan Sprenkels
2017-09-18 14:15:03 +02:00
parent 9c03c9bdc5
commit 8b6b0958ef
2 changed files with 22 additions and 0 deletions

View File

@ -8,4 +8,5 @@ urlpatterns = [
url(r'^queue', views.queue),
url(r'^play', views.play),
url(r'^next', views.next),
url(r'^analysed', views.analysed),
]