music-assistant-server.git
3 years ago1.0.22
Marcel van der Veldt [Sat, 7 May 2022 19:39:26 +0000 (21:39 +0200)]
1.0.22

3 years agoUpdate database.py
Marcel van der Veldt [Sat, 7 May 2022 19:38:32 +0000 (21:38 +0200)]
Update database.py

3 years agoFix TypeError in initial database setup (#286)
Marcel van der Veldt [Sat, 7 May 2022 19:38:12 +0000 (21:38 +0200)]
Fix TypeError in initial database setup (#286)

3 years agoauto select stream port (#285)
Marcel van der Veldt [Sat, 7 May 2022 19:20:06 +0000 (21:20 +0200)]
auto select stream port (#285)

3 years agoFix sample rate for forced crossfade streams (#284)
Marcel van der Veldt [Sat, 7 May 2022 18:46:08 +0000 (20:46 +0200)]
Fix sample rate for forced crossfade streams (#284)

3 years agoDo not send full queue object if only the time changed (#283)
Marcel van der Veldt [Sat, 7 May 2022 18:27:01 +0000 (20:27 +0200)]
Do not send full queue object if only the time changed (#283)

3 years agofix attribute error crossfade_duration (#282)
Marcel van der Veldt [Sat, 7 May 2022 17:04:05 +0000 (19:04 +0200)]
fix attribute error crossfade_duration (#282)

3 years ago1.0.21
Marcel van der Veldt [Sat, 7 May 2022 15:21:19 +0000 (17:21 +0200)]
1.0.21

3 years agofix typo
Marcel van der Veldt [Sat, 7 May 2022 14:28:38 +0000 (16:28 +0200)]
fix typo

3 years agounifi repeat modes
Marcel van der Veldt [Sat, 7 May 2022 10:51:22 +0000 (12:51 +0200)]
unifi repeat modes

3 years agoRefactor queue settings (#281)
Marcel van der Veldt [Sat, 7 May 2022 09:02:15 +0000 (11:02 +0200)]
Refactor queue settings (#281)

- easier save/restore of player preferences
- future proofing
- handle stream transcoding based on player capabilities

3 years ago1.0.20
Marcel van der Veldt [Thu, 5 May 2022 22:50:12 +0000 (00:50 +0200)]
1.0.20

3 years agoMerge branch 'master' of https://github.com/music-assistant/music-assistant-lib
Marcel van der Veldt [Thu, 5 May 2022 22:49:33 +0000 (00:49 +0200)]
Merge branch 'master' of https://github.com/music-assistant/music-assistant-lib

3 years agovarious fixes
Marcel van der Veldt [Thu, 5 May 2022 22:49:12 +0000 (00:49 +0200)]
various fixes

3 years agoBump pylint from 2.13.5 to 2.13.8 (#277)
dependabot[bot] [Wed, 4 May 2022 12:23:27 +0000 (14:23 +0200)]
Bump pylint from 2.13.5 to 2.13.8 (#277)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.8.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.8)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump mypy from 0.942 to 0.950 (#278)
dependabot[bot] [Wed, 4 May 2022 12:22:20 +0000 (14:22 +0200)]
Bump mypy from 0.942 to 0.950 (#278)

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump pytest from 7.1.1 to 7.1.2 (#279)
dependabot[bot] [Wed, 4 May 2022 12:22:07 +0000 (14:22 +0200)]
Bump pytest from 7.1.1 to 7.1.2 (#279)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoUpdate python-slugify requirement from <=6.1.1,>=4.0 to >=4.0,<6.1.3 (#280)
dependabot[bot] [Wed, 4 May 2022 12:21:57 +0000 (14:21 +0200)]
Update python-slugify requirement from <=6.1.1,>=4.0 to >=4.0,<6.1.3 (#280)

Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/4.0.0...v6.1.2)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoremove argparse dependency
Marcel van der Veldt [Wed, 4 May 2022 12:21:32 +0000 (14:21 +0200)]
remove argparse dependency

3 years agoFix KeyError when restoring queue from cache (#276)
Marcel van der Veldt [Mon, 2 May 2022 06:14:30 +0000 (08:14 +0200)]
Fix KeyError when restoring queue from cache (#276)

3 years ago1.0.19
Marcel van der Veldt [Fri, 29 Apr 2022 19:31:37 +0000 (21:31 +0200)]
1.0.19

3 years agoFix some small glitches (#275)
Marcel van der Veldt [Fri, 29 Apr 2022 19:31:03 +0000 (21:31 +0200)]
Fix some small glitches (#275)

3 years agofix image lookups (#274)
Marcel van der Veldt [Fri, 29 Apr 2022 15:38:10 +0000 (17:38 +0200)]
fix image lookups (#274)

some leftover after metadata refactor

3 years ago1.0.18
Marcel van der Veldt [Fri, 29 Apr 2022 14:27:06 +0000 (16:27 +0200)]
1.0.18

3 years agoAuto-update pre-commit hooks (#272)
github-actions[bot] [Fri, 29 Apr 2022 14:25:05 +0000 (16:25 +0200)]
Auto-update pre-commit hooks (#272)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
3 years agoImprove metadata handling (#273)
Marcel van der Veldt [Fri, 29 Apr 2022 14:24:35 +0000 (16:24 +0200)]
Improve metadata handling (#273)

3 years ago1.0.17
Marcel van der Veldt [Tue, 26 Apr 2022 19:39:45 +0000 (21:39 +0200)]
1.0.17

3 years agofix app vars (#271)
Marcel van der Veldt [Tue, 26 Apr 2022 19:29:34 +0000 (21:29 +0200)]
fix app vars (#271)

3 years agoFix tunein radio playback (#270)
Marcel van der Veldt [Tue, 26 Apr 2022 11:23:06 +0000 (13:23 +0200)]
Fix tunein radio playback (#270)

* Fix playback of Tunein radio streams

* adjust db schema

3 years agoFix spotify playback (#269)
Marcel van der Veldt [Tue, 26 Apr 2022 10:49:18 +0000 (12:49 +0200)]
Fix spotify playback (#269)

* Fix Spotify playback issues

* add check if cache dir still exists

3 years ago1.0.16
Marcel van der Veldt [Mon, 25 Apr 2022 23:38:43 +0000 (01:38 +0200)]
1.0.16

3 years agoFix multiple sources for each station on TuneIn (#268)
Marcel van der Veldt [Mon, 25 Apr 2022 23:38:18 +0000 (01:38 +0200)]
Fix multiple sources for each station on TuneIn (#268)

3 years agofix spotify on alpine (musl) platforms (#267)
Marcel van der Veldt [Mon, 25 Apr 2022 23:28:18 +0000 (01:28 +0200)]
fix spotify on alpine (musl) platforms (#267)

3 years ago1.0.15
Marcel van der Veldt [Sun, 24 Apr 2022 13:08:17 +0000 (15:08 +0200)]
1.0.15

3 years agoFix for Spotify on Raspberry Pi platforms
Marcel van der Veldt [Sun, 24 Apr 2022 12:43:50 +0000 (14:43 +0200)]
Fix for Spotify on Raspberry Pi platforms

3 years agoDelete Dockerfile
Marcel van der Veldt [Sun, 24 Apr 2022 12:10:13 +0000 (14:10 +0200)]
Delete Dockerfile

3 years agoremove ujson dependency
Marcel van der Veldt [Sun, 24 Apr 2022 12:09:47 +0000 (14:09 +0200)]
remove ujson dependency

3 years agofallback to 32 bit spotty binary
Marcel van der Veldt [Sun, 24 Apr 2022 12:07:39 +0000 (14:07 +0200)]
fallback to 32 bit spotty binary

3 years agoUpdate spotify provider (#265)
Marcel van der Veldt [Sat, 23 Apr 2022 23:55:55 +0000 (01:55 +0200)]
Update spotify provider (#265)

* Add additional logging

* update spotty binaries

3 years agoUpdate setup.py
Marcel van der Veldt [Sat, 23 Apr 2022 23:54:25 +0000 (01:54 +0200)]
Update setup.py

3 years agoFix errors while updating existing items (#264)
Marcel van der Veldt [Sat, 23 Apr 2022 23:53:47 +0000 (01:53 +0200)]
Fix errors while updating existing items (#264)

* fix errors when existing records are updated

* fix typo

* fix keyerror in tunein provider

3 years agoImprove filesystem music provider (#263)
Marcel van der Veldt [Sat, 23 Apr 2022 22:09:57 +0000 (00:09 +0200)]
Improve filesystem music provider (#263)

3 years agoUpdate README.md
Marcel van der Veldt [Fri, 22 Apr 2022 13:43:20 +0000 (15:43 +0200)]
Update README.md

3 years agoUpdate README.md
Marcel van der Veldt [Fri, 22 Apr 2022 08:53:18 +0000 (10:53 +0200)]
Update README.md

3 years agoUpdate README.md
Marcel van der Veldt [Fri, 22 Apr 2022 08:53:00 +0000 (10:53 +0200)]
Update README.md

3 years ago1.0.13
Marcel van der Veldt [Thu, 21 Apr 2022 23:49:23 +0000 (01:49 +0200)]
1.0.13

3 years agoCleanup and small fixes (#262)
Marcel van der Veldt [Thu, 21 Apr 2022 23:48:46 +0000 (01:48 +0200)]
Cleanup and small fixes (#262)

* use default mp3 quality for preview sample

* dismiss log warning when ignoring task

* add event to detect playlist updates

* remove redundant code

* fix playlist track removal logic

3 years agoshorten filesystem id's
Marcel van der Veldt [Thu, 21 Apr 2022 18:34:05 +0000 (20:34 +0200)]
shorten filesystem id's

3 years agoprevent duplicate jobs
Marcel van der Veldt [Thu, 21 Apr 2022 17:58:01 +0000 (19:58 +0200)]
prevent duplicate jobs

3 years agoallow track data to be updated
Marcel van der Veldt [Thu, 21 Apr 2022 17:42:59 +0000 (19:42 +0200)]
allow track data to be updated

3 years agoadjust log level a bit
Marcel van der Veldt [Thu, 21 Apr 2022 17:23:46 +0000 (19:23 +0200)]
adjust log level a bit

3 years agoFix version parsing in track matching logic (#261)
Marcel van der Veldt [Thu, 21 Apr 2022 17:15:45 +0000 (19:15 +0200)]
Fix version parsing in track matching logic (#261)

3 years agoFix sort order of MediaQuality (#260)
Marcel van der Veldt [Thu, 21 Apr 2022 15:27:50 +0000 (17:27 +0200)]
Fix sort order of MediaQuality (#260)

* Fix sort order of MediaQuality

breaking change to make it more future proof
full db resync needed

* Migrate database schema

* make media quality optional

* add url to provider mappings

* make track matching a bit more strict

3 years agoAdd preview stream feature (#259)
Marcel van der Veldt [Thu, 21 Apr 2022 11:31:03 +0000 (13:31 +0200)]
Add preview stream feature (#259)

3 years agoBump actions/setup-python from 3.1.1 to 3.1.2 (#257)
dependabot[bot] [Thu, 21 Apr 2022 08:40:11 +0000 (10:40 +0200)]
Bump actions/setup-python from 3.1.1 to 3.1.2 (#257)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agofix sync speed (#258)
Marcel van der Veldt [Thu, 21 Apr 2022 08:39:59 +0000 (10:39 +0200)]
fix sync speed (#258)

4 years agoadd to_dict method to playerqueue
Marcel van der Veldt [Tue, 12 Apr 2022 14:32:28 +0000 (16:32 +0200)]
add to_dict method to playerqueue

4 years agoUpdate setup.py
Marcel van der Veldt [Mon, 11 Apr 2022 10:12:21 +0000 (12:12 +0200)]
Update setup.py

4 years agoUpdate and rename README.rst to README.md
Marcel van der Veldt [Mon, 11 Apr 2022 10:09:07 +0000 (12:09 +0200)]
Update and rename README.rst to README.md

4 years ago1.0.12
Marcel van der Veldt [Mon, 11 Apr 2022 09:48:12 +0000 (11:48 +0200)]
1.0.12

4 years agoBump pylint from 2.13.4 to 2.13.5 (#251)
dependabot[bot] [Mon, 11 Apr 2022 09:42:06 +0000 (11:42 +0200)]
Bump pylint from 2.13.4 to 2.13.5 (#251)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.4 to 2.13.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.4...v2.13.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
4 years agoUpdate ujson requirement from <=5.1.0,>=4.0 to >=4.0,<5.3.0 (#252)
dependabot[bot] [Mon, 11 Apr 2022 09:41:27 +0000 (11:41 +0200)]
Update ujson requirement from <=5.1.0,>=4.0 to >=4.0,<5.3.0 (#252)

Updates the requirements on [ujson](https://github.com/ultrajson/ultrajson) to permit the latest version.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.0.0...5.2.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoLook for substitutes for unavailable items while syncing (#255)
Marcel van der Veldt [Mon, 11 Apr 2022 09:15:05 +0000 (11:15 +0200)]
Look for substitutes for unavailable items while syncing (#255)

* Look for substitutes for unavailable items while syncing

* change log for unavailable track

4 years agoFix BrokenPipe error (#254)
Marcel van der Veldt [Mon, 11 Apr 2022 08:55:35 +0000 (10:55 +0200)]
Fix BrokenPipe error (#254)

4 years ago1.0.11
Marcel van der Veldt [Sun, 10 Apr 2022 21:37:44 +0000 (23:37 +0200)]
1.0.11

4 years agoimprove eventbus
Marcel van der Veldt [Sun, 10 Apr 2022 21:26:54 +0000 (23:26 +0200)]
improve eventbus

4 years agolinting isort
Marcel van der Veldt [Sun, 10 Apr 2022 17:48:46 +0000 (19:48 +0200)]
linting isort

4 years agocleanup setup.py
Marcel van der Veldt [Sun, 10 Apr 2022 17:43:53 +0000 (19:43 +0200)]
cleanup setup.py

4 years agofix content type of multi client stream
Marcel van der Veldt [Sun, 10 Apr 2022 17:43:21 +0000 (19:43 +0200)]
fix content type of multi client stream

4 years agoBump actions/setup-python from 3.1.0 to 3.1.1 (#250)
dependabot[bot] [Sun, 10 Apr 2022 10:26:48 +0000 (12:26 +0200)]
Bump actions/setup-python from 3.1.0 to 3.1.1 (#250)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoBump peter-evans/create-pull-request from 4.0.1 to 4.0.2 (#249)
dependabot[bot] [Sun, 10 Apr 2022 10:26:34 +0000 (12:26 +0200)]
Bump peter-evans/create-pull-request from 4.0.1 to 4.0.2 (#249)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoAuto-update pre-commit hooks (#253)
github-actions[bot] [Sun, 10 Apr 2022 10:25:37 +0000 (12:25 +0200)]
Auto-update pre-commit hooks (#253)

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
4 years agoUpdate README.rst
Marcel van der Veldt [Fri, 8 Apr 2022 18:03:05 +0000 (20:03 +0200)]
Update README.rst

4 years ago1.0.10
Marcel van der Veldt [Fri, 8 Apr 2022 17:48:15 +0000 (19:48 +0200)]
1.0.10

4 years agosmall fixes
Marcel van der Veldt [Fri, 8 Apr 2022 17:38:54 +0000 (19:38 +0200)]
small fixes

4 years agodon't use the corrected elapsed time in compare actions
Marcel van der Veldt [Fri, 8 Apr 2022 14:44:51 +0000 (16:44 +0200)]
don't use the corrected elapsed time in compare actions

4 years agosave state when new track loads
Marcel van der Veldt [Fri, 8 Apr 2022 13:48:36 +0000 (15:48 +0200)]
save state when new track loads

4 years agoremove leftover
Marcel van der Veldt [Fri, 8 Apr 2022 13:34:18 +0000 (15:34 +0200)]
remove leftover

4 years agoMerge branch 'master' of https://github.com/music-assistant/music-assistant
Marcel van der Veldt [Fri, 8 Apr 2022 13:18:00 +0000 (15:18 +0200)]
Merge branch 'master' of https://github.com/music-assistant/music-assistant

4 years agouse float for elapsed time for more accurate precision
Marcel van der Veldt [Fri, 8 Apr 2022 13:16:09 +0000 (15:16 +0200)]
use float for elapsed time for more accurate precision

4 years agomove streams controller (#248)
Marcel van der Veldt [Fri, 8 Apr 2022 06:04:44 +0000 (08:04 +0200)]
move streams controller (#248)

4 years agoMerge branch 'master' of https://github.com/music-assistant/music-assistant
Marcel van der Veldt [Fri, 8 Apr 2022 05:54:56 +0000 (07:54 +0200)]
Merge branch 'master' of https://github.com/music-assistant/music-assistant

4 years agoUpdate pre-commit-updater.yml
Marcel van der Veldt [Fri, 8 Apr 2022 05:54:53 +0000 (07:54 +0200)]
Update pre-commit-updater.yml

4 years agoUpdate setup.py
Marcel van der Veldt [Fri, 8 Apr 2022 00:06:57 +0000 (02:06 +0200)]
Update setup.py

4 years agoallow output format choice for multi client queue stream
Marcel van der Veldt [Fri, 8 Apr 2022 00:05:39 +0000 (02:05 +0200)]
allow output format choice for multi client queue stream

4 years agoimprove multi client streaming
Marcel van der Veldt [Thu, 7 Apr 2022 23:44:14 +0000 (01:44 +0200)]
improve multi client streaming

4 years agoexpose group_parents attribute
Marcel van der Veldt [Thu, 7 Apr 2022 12:40:25 +0000 (14:40 +0200)]
expose group_parents attribute

4 years agoparse contenttype from url
Marcel van der Veldt [Thu, 7 Apr 2022 12:39:23 +0000 (14:39 +0200)]
parse contenttype from url

4 years agofix typo
Marcel van der Veldt [Thu, 7 Apr 2022 10:03:46 +0000 (12:03 +0200)]
fix typo

4 years agoprevent urls being parsed as uris
Marcel van der Veldt [Thu, 7 Apr 2022 09:14:39 +0000 (11:14 +0200)]
prevent urls being parsed as uris

4 years agofix default values for streamdetails
Marcel van der Veldt [Thu, 7 Apr 2022 09:01:09 +0000 (11:01 +0200)]
fix default values for streamdetails

4 years agocorrect type from saved state results
Marcel van der Veldt [Thu, 7 Apr 2022 08:32:21 +0000 (10:32 +0200)]
correct type from saved state results

4 years agoadd helper to turn off group player when all childs power off
Marcel van der Veldt [Thu, 7 Apr 2022 08:31:54 +0000 (10:31 +0200)]
add helper to turn off group player when all childs power off

4 years agoUpdate setup.py
Marcel van der Veldt [Wed, 6 Apr 2022 22:21:48 +0000 (00:21 +0200)]
Update setup.py

4 years agoimprove support for grouped players (#247)
Marcel van der Veldt [Wed, 6 Apr 2022 22:21:11 +0000 (00:21 +0200)]
improve support for grouped players (#247)

4 years agosmall improvements
Marcel van der Veldt [Wed, 6 Apr 2022 15:40:13 +0000 (17:40 +0200)]
small improvements

4 years agoimprove cleanup at close/stop (#246)
Marcel van der Veldt [Wed, 6 Apr 2022 13:13:31 +0000 (15:13 +0200)]
improve cleanup at close/stop (#246)

4 years agoprevent duplicate sync tasks
Marcel van der Veldt [Wed, 6 Apr 2022 12:01:13 +0000 (14:01 +0200)]
prevent duplicate sync tasks

4 years agobetter handling of multi client queue stream
Marcel van der Veldt [Wed, 6 Apr 2022 11:24:47 +0000 (13:24 +0200)]
better handling of multi client queue stream

4 years agoforward erors in provider setup
Marcel van der Veldt [Wed, 6 Apr 2022 11:24:03 +0000 (13:24 +0200)]
forward erors in provider setup