250:a3345d0a228d
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:33:05 +0800
index: don't use rivets to update src attribute of <video> elements Changing this attribute twice in a row is bad and shouldn't happen, and we're already setting it in the view (so we can call el.play() immediately afterwards).

previous change 211:4b03f725cb69

contrib/provision/roles/prosody/handlers/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: restart prosody
service:
name: prosody
state: restarted
...