mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 00:42:21 +01:00
Volume control from the web interface.
This commit is contained in:
@ -14,4 +14,6 @@ urlpatterns = [
|
||||
url(r'^movedown', views.move_down),
|
||||
url(r'^cancel', views.cancel),
|
||||
url(r'^upload', views.upload),
|
||||
url(r'^volumedown', views.volume_down),
|
||||
url(r'^volumeup', views.volume_up),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user