python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
+ apt-get install -y --no-install-recommends libsndfile1 libtag1v5 libtag1-dev
python -m pip install --upgrade pip
pip install tox tox-gh-actions pre-commit
pre-commit install-hooks
)
self.mass.add_job(self.async_check_players())
+ async def async_on_stop(self):
+ """Handle correct close/cleanup of the provider on exit. Called on shutdown."""
+ # nothing to do ?
+
async def async_handle_mass_event(self, msg, msg_details):
"""Handle received event for the webplayer component."""
if msg == EVENT_WEBPLAYER_REGISTER: